fix(docker): Change application.yaml port: 8081 docker-compose.yml server-port: 8080:8081
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user