- 4200:4200/tcp      # exposing port for angular
This commit is contained in:
Artur 2024-10-03 11:31:12 +02:00
parent 82c511c253
commit 53f4c29649
1 changed files with 6 additions and 3 deletions

View File

@ -5,14 +5,17 @@ services:
image: arti-angular-app image: arti-angular-app
container_name: arti-angular-app container_name: arti-angular-app
restart: always restart: always
networks: networks:
- central-net - central-net
environment: environment:
TZ: Europe/Warsaw TZ: Europe/Warsaw
ports:
- 4200:4200/tcp # exposing port for angular
#CMD ["ng", "serve", "--host", "0.0.0.0"] #CMD ["ng", "serve", "--host", "0.0.0.0"]
entrypoint: entrypoint: