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

lolsob-rspec
Josh McKinney 2023-04-30 01:03:28 -07:00 committed by GitHub
parent b9f44a797a
commit 3a6007c484
1 changed files with 0 additions and 1 deletions

View File

@ -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