corrected docker ports

This commit is contained in:
Ulf Gebhardt 2023-01-26 12:25:23 +01:00
parent 0bf7ebe458
commit aa20dd93f9
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ ENV BUILD_COMMIT="0000000"
## SET NODE_ENV
ENV NODE_ENV="production"
## App relevant Envs
ENV PORT="4000"
ENV PORT="5000"
# Labels
LABEL org.label-schema.build-date="${BUILD_DATE}"

View File

@ -126,7 +126,7 @@ services:
networks:
- internal-net
ports:
- 4000:4000
- 5000:5000
depends_on:
- mariadb
restart: always