mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
4 lines
131 B
Bash
Executable file
4 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#-e TINYPIN_SLOW=2000
|
|
docker run -d --name tinypin -p 3001:3000 -v "$(pwd)/data:/data" --restart=unless-stopped tinypin
|