mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 11:48:06 +01:00
fix: remove port 80 mapping in devcontainer (#24658)
This commit is contained in:
parent
0a08e9d3d3
commit
89c01383f9
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- '127.0.0.1:3000:3000'
|
- '127.0.0.1:3000:3000'
|
||||||
- '127.0.0.1:4000:4000'
|
- '127.0.0.1:4000:4000'
|
||||||
- '127.0.0.1:80:3000'
|
|
||||||
networks:
|
networks:
|
||||||
- external_network
|
- external_network
|
||||||
- internal_network
|
- internal_network
|
||||||
|
|
Loading…
Reference in a new issue