diff --git a/compose.yaml b/compose.yaml index 772caf54..e99c21a3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ services: application-server: image: hephaestus-application-server ports: - - '9000:8080' + - '80:8080' environment: - SERVICE_FQDN_APPLICATION_SERVER=/ - SPRING_PROFILES_ACTIVE=prod