fix: listening on port 8081 + deployer

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-02 18:05:08 +01:00
parent 9318d0a9a0
commit 0482ec9f7f
3 changed files with 59 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ services:
ports:
# HTTP
- target: 80
published: ${HTTP_PORT:-80}
published: ${HTTP_PORT:-8081}
protocol: tcp
# HTTPS
- target: 443