docker-compose.yaml aktualisiert
This commit is contained in:
parent
e18e5a8227
commit
af488bf151
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ services:
|
|||
build: ./src
|
||||
restart: always
|
||||
ports:
|
||||
- "3333:3333"
|
||||
- "3000:3000"
|
||||
environment:
|
||||
MONGO_URL: mongodb://root:root12345@mongo:27017/
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue