diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index 2c922c4..d265d9c 100644 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -15,7 +15,6 @@ services: ports: - 4200:4200/tcp # exposing port for angular - #CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "4200"] entrypoint: @@ -26,6 +25,7 @@ services: - --port - 4200 + networks: central-net: name: proxy-net