mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
Merge branch 'master' of github.com:slynn1324/tinypin
This commit is contained in:
commit
02e12297b0
2 changed files with 3 additions and 1 deletions
|
|
@ -4,3 +4,5 @@
|
|||
*.pem
|
||||
.gitignore
|
||||
.git
|
||||
docker-run.sh
|
||||
docker-build.sh
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue