Forward to the correct port

This commit is contained in:
Johan Wassberg 2024-02-29 13:18:44 +01:00
parent 450dd5ef05
commit 775ad6e9cd
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -7,7 +7,7 @@ services:
- TZ=Europe/Stockholm - TZ=Europe/Stockholm
- SPRING_CONFIG_IMPORT=/opt/idm_app/config/idm.yml - SPRING_CONFIG_IMPORT=/opt/idm_app/config/idm.yml
ports: ports:
- '443:443' - '443:8082'
volumes: volumes:
- "/etc/localtime:/etc/localtime:ro" - "/etc/localtime:/etc/localtime:ro"
- "/opt/idm_app:/opt/idm_app" - "/opt/idm_app:/opt/idm_app"