Fix docker-compose service name and nginx comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user