Edit docker-compose.yml

This commit is contained in:
Marek Lesko
2025-07-09 17:16:05 +00:00
parent 47ebbd96cd
commit 50c71e34a0

View File

@@ -13,7 +13,7 @@ services:
command: sleep infinity
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
nnetwork_mode: host
network_mode: host
# Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
# user: root