mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 12:57:52 +00:00
Use diff mysql port
This commit is contained in:
parent
4f451a146a
commit
5a3b90dadd
@ -67,7 +67,8 @@ script:
|
||||
- cp env-example .env
|
||||
|
||||
# PostgreSQL port seems already been taken
|
||||
- sed -i'' 's/5432/54320/g' docker-compose.yml
|
||||
- sed -i'' 's/127.0.0.1:5432/127.0.0.1:54320/g' docker-compose.yml
|
||||
- sed -i'' 's/127.0.0.1:3306/127.0.0.1:33060/g' docker-compose.yml
|
||||
|
||||
# Start
|
||||
- docker-compose up -d
|
||||
|
Loading…
Reference in New Issue
Block a user