Merge branch 'master' into 'master'
fix 4000 listening port in docker-compose See merge request framasoft/mobilizon!225
This commit is contained in:
commit
bcab397b4f
@ -17,7 +17,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- '.:/app'
|
- '.:/app'
|
||||||
ports:
|
ports:
|
||||||
- "4000:4001"
|
- "4000:4000"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user