docker-compose.yaml aktualisiert
This commit is contained in:
parent
5b26df3e4c
commit
460c4cfbc5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
ports:
|
||||
- "3333:3333"
|
||||
environment:
|
||||
- MONGO_URL=mongodb://root:root12345@mongo:27017/
|
||||
- MONGO_URL: mongodb://root:root12345@mongo:27017/
|
||||
depends_on:
|
||||
mongo:
|
||||
condition: service_started
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue