docker-compose.yaml aktualisiert

This commit is contained in:
ZennDev1337 2024-04-05 18:32:14 +00:00
parent e18e5a8227
commit af488bf151

View file

@ -4,7 +4,7 @@ services:
build: ./src
restart: always
ports:
- "3333:3333"
- "3000:3000"
environment:
MONGO_URL: mongodb://root:root12345@mongo:27017/
depends_on: