diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 0b48069..1bcdd26 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -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