update docker-run

This commit is contained in:
slynn1324 2021-01-25 12:35:42 -06:00
parent e6c3f9a175
commit cd5dee3d6d

View file

@ -1,4 +1,9 @@
#!/bin/sh
#-e TINYPIN_SLOW=2000
docker run -d --name tinypin -p 3001:3000 -v "/mnt/tank/tinypin-data:/data" --restart=unless-stopped tinypin
docker run -d \
--name tinypin \
-p 3001:3000 \
-v "/mnt/tank/tinypin-data:/data" \
--restart=unless-stopped \
slynn1324/tinypin