fix: remove port 80 mapping in devcontainer (#24658)

local
Josh McKinney 1 year ago committed by GitHub
parent 0a08e9d3d3
commit 89c01383f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .devcontainer/docker-compose.yml

@ -26,7 +26,6 @@ services:
ports:
- '127.0.0.1:3000:3000'
- '127.0.0.1:4000:4000'
- '127.0.0.1:80:3000'
networks:
- external_network
- internal_network

Loading…
Cancel
Save