removing internal proxied network, that is not useful.

This commit is contained in:
2024-09-19 13:32:52 -04:00
parent 368d3414c1
commit c13c03a0d8
-4
View File
@@ -1,8 +1,5 @@
# `docker network create proxied --internal --ipv6`
# `docker network create public --ipv6`
networks:
proxied:
external: true
public:
external: true
@@ -16,7 +13,6 @@ services:
env_file:
- .env
networks:
- proxied
- public
expose:
- $port