Merge branch 'master' into 'master'

fix 4000 listening port in docker-compose

See merge request framasoft/mobilizon!225
This commit is contained in:
Thomas Citharel 2019-10-08 10:28:12 +02:00
commit bcab397b4f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
volumes: volumes:
- '.:/app' - '.:/app'
ports: ports:
- "4000:4001" - "4000:4000"
depends_on: depends_on:
- postgres - postgres
environment: environment: