Skip to content

Commit

Permalink
fix: remove port 80 mapping in devcontainer (mastodon#24658)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Apr 30, 2023
1 parent 0a08e9d commit 89c0138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89c0138

Please sign in to comment.