Edit docker-compose.yml
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
|
||||||
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
|
# 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.
|
# Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
||||||
# user: root
|
# user: root
|
||||||
|
|||||||
Reference in New Issue
Block a user