mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-25 09:22:22 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
volumes:
|
||||
- '.:/app'
|
||||
ports:
|
||||
- "4000:4001"
|
||||
- "4000:4000"
|
||||
depends_on:
|
||||
- postgres
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue