Dont kill pg

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

View File

@ -26,7 +26,6 @@ before_install:
# List versions
- docker version
- docker-compose version
- killall postgres
###
### Install
@ -68,7 +67,7 @@ script:
- cp env-example .env
# PostgreSQL port seems already been taken
#- sed -i'' 's/5432/54320/g' docker-compose.yml
- sed -i'' 's/5432/54320/g' docker-compose.yml
# Start
- docker-compose up -d