mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-04 01:40:43 +00:00
update docker-run data dir
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user