This website requires JavaScript.
Explore
Help
Sign In
jason
/
cpolis
Watch
1
Star
0
Fork
1
You've already forked cpolis
Code
Issues
Pull Requests
1
Packages
Projects
Releases
52
Wiki
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
Reference in New Issue
Copy Permalink