mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-03 09:30:32 +00:00
10 lines
182 B
Bash
Executable File
10 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
|