Fix docker-compose service name and nginx comment

This commit is contained in:
KirbyCMS Deploy
2026-04-15 13:46:11 +00:00
parent ce580af089
commit d82df49bb8

View File

@@ -1,7 +1,7 @@
version: '3.8'
services:
kirbycms:
robbis-space:
build:
context: ./kirby
dockerfile: Dockerfile
@@ -29,7 +29,7 @@ services:
- "traefik.http.routers.robbis-space-http.entrypoints=web"
- "traefik.http.routers.robbis-space-http.middlewares=traefik-https-redirect"
- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https"
# Service-Port (Apache läuft auf Port 80 im Container)
# Service-Port (nginx läuft auf Port 80 im Container)
networks:
proxy:
external: true