This website requires JavaScript.
Explore
Help
Sign In
jonathan
/
cpolis
Watch
1
Star
0
Fork
0
You've already forked cpolis
forked from
jason/cpolis
Code
Pull Requests
Activity
cpolis
/
docker-start.sh
8 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Use generic /bin/sh in docker-start.sh
2025-01-24 20:09:47 +01:00
#! /bin/sh -
Add docker-start.sh
2025-01-24 18:28:29 +01:00
read
-sp
"Enter DB password: "
DB_PASS
echo
export
DB_PASS
docker-compose up -d
Copy Permalink