diff --git a/compose.yaml b/compose.yaml index 64d8236c..96c7ca79 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ services: application-server: image: hephaestus-application-server ports: - - '3000:3000' + - '3000:8080' environment: - SERVICE_FQDN_SERVER - SPRING_PROFILES_ACTIVE=prod