mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 12:57:52 +00:00
Switch PG port
This commit is contained in:
parent
a6bcf0093d
commit
befc10bb4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user