networks:

proxy-net:
          name: proxy-net
          external: true
This commit is contained in:
Artur 2024-10-03 11:23:05 +02:00
parent 592c70c602
commit 4098421acb
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ services:
image: ${JAVA_17}
container_name: angular-services
restart: always
networks:
- proxy-net
@ -37,4 +36,4 @@ services:
networks:
proxy-net:
name: proxy-net
external: false
external: true