Skip to content

Commit 95cd22d

Browse files
committed
chore: remove network_mode
1 parent 7723fdf commit 95cd22d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.devcontainer/docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ services:
1010

1111
# Overrides default command so things don't shut down after the process ends.
1212
command: sleep infinity
13-
14-
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
15-
network_mode: service:postgres
16-
17-
# Use "forwardPorts" in **devcontainer.json** to forward an app port locally.
18-
# (Adding the "ports" property to this file will not forward from a Codespace.)

0 commit comments

Comments
 (0)