Switch PG port

This commit is contained in:
cytopia 2016-11-15 21:01:06 +01:00
parent a6bcf0093d
commit befc10bb4a
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -65,6 +65,11 @@ install:
script:
- ps auxw
- cp env-example .env
# PostgreSQL port seems already been taken
- sed -i'' 's/5432/54320/g' docker-compose.yml
# Start
- docker-compose up -d
- sleep 30
- docker-compose ps