fix(docker): Change application.yaml port: 8081 docker-compose.yml server-port: 8080:8081

This commit is contained in:
2025-04-20 17:09:49 +02:00
parent 6db4213bb0
commit 8fcc279679
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
ktor:
deployment:
# Der Port, auf dem der Server lauschen soll
port: 8080
port: 8081
# port: ${PORT:8080} # Alternative: Nutzt Env-Variable PORT, sonst 8080
# Optional für Entwicklung: Server bei Änderungen neu laden
# watch:
@@ -11,4 +11,4 @@ ktor:
application:
# Hier wird Ktor gesagt, welche Funktion die Konfiguration enthält
modules:
- at.mocode.ApplicationKt.module
- at.mocode.ApplicationKt.module