Merge branch 'master' of github.com:slynn1324/tinypin

This commit is contained in:
slynn1324 2021-01-23 23:36:58 -06:00
commit 02e12297b0
2 changed files with 3 additions and 1 deletions

View file

@ -4,3 +4,5 @@
*.pem
.gitignore
.git
docker-run.sh
docker-build.sh

View file

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