mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-03 17:40:28 +00:00
5 lines
131 B
Bash
Executable File
5 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
|