mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-11 09:02:48 +00:00
fix 4000 listening port in docker-compose
This commit is contained in:
parent
d70241761c
commit
26bd5dee72
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…
Add table
Reference in a new issue