mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
9 lines
182 B
Bash
Executable file
9 lines
182 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#-e TINYPIN_SLOW=2000
|
|
docker run -d \
|
|
--name tinypin \
|
|
-p 3001:3000 \
|
|
-v "/mnt/tank/tinypin-data:/data" \
|
|
--restart=unless-stopped \
|
|
slynn1324/tinypin
|