mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-15 22:56:44 +00:00
Dont kill pg
This commit is contained in:
parent
efbb7bdfaf
commit
4f451a146a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user