Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit d6f0910

Browse files
committed
Remove port now that port forward works for Docker Compose
1 parent 3597d6d commit d6f0910

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

containers/python-3-postgres/.devcontainer/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ services:
55
build:
66
context: ..
77
dockerfile: .devcontainer/Dockerfile
8-
ports:
9-
- 5000:5000
108
volumes:
119
- ..:/workspace
1210
command: sleep infinity

0 commit comments

Comments
 (0)