Removed Expose
All checks were successful
Build and Deploy Container / build_and_deploy (push) Successful in 26s
All checks were successful
Build and Deploy Container / build_and_deploy (push) Successful in 26s
Removed exposed ports, because not required for traefik.
This commit is contained in:
@@ -26,9 +26,11 @@ COPY --from=builder /app /usr/share/caddy
|
||||
# Expose ports
|
||||
# 80 for HTTP
|
||||
# 443 for HTTPS (and HTTP/3 over UDP)
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
EXPOSE 443/udp
|
||||
|
||||
# 20260103 - Disble Expose Ports => Traefik is handling
|
||||
# EXPOSE 80
|
||||
# EXPOSE 443
|
||||
# EXPOSE 443/udp
|
||||
|
||||
# Run Caddy
|
||||
CMD ["caddy", "run", "--config", "/etc/caddy/Caddyfile", "--adapter", "caddyfile"]
|
||||
|
||||
Reference in New Issue
Block a user