Use diff mysql port

This commit is contained in:
cytopia 2016-11-15 21:14:47 +01:00
parent 4f451a146a
commit 5a3b90dadd
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -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