This commit is contained in:
parent
5b38c99c32
commit
b72e96c34e
|
|
@ -15,7 +15,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 4200:4200/tcp # exposing port for angular
|
- 4200:4200/tcp # exposing port for angular
|
||||||
|
|
||||||
|
|
||||||
#CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "4200"]
|
#CMD ["ng", "serve", "--host", "0.0.0.0", "--port", "4200"]
|
||||||
|
|
||||||
entrypoint:
|
entrypoint:
|
||||||
|
|
@ -26,6 +25,7 @@ services:
|
||||||
- --port
|
- --port
|
||||||
- 4200
|
- 4200
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
central-net:
|
central-net:
|
||||||
name: proxy-net
|
name: proxy-net
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue