[BUGFIX] Fix indenting on lite compose bundle (#851)
docker-compose up -d no longer complains about the public service because of wrong indentationpull/849/head^2
parent
bb1158b91e
commit
a20faec1fb
|
@ -93,18 +93,18 @@ services:
|
|||
- 80
|
||||
restart: unless-stopped
|
||||
|
||||
public:
|
||||
image: containous/whoami
|
||||
container_name: public
|
||||
networks:
|
||||
- net
|
||||
labels:
|
||||
- 'traefik.enable=true'
|
||||
- 'traefik.http.routers.public.rule=Host(`public.example.com`)'
|
||||
- 'traefik.http.routers.public.entrypoints=https'
|
||||
- 'traefik.http.routers.public.tls=true'
|
||||
- 'traefik.http.routers.public.tls.certresolver=letsencrypt'
|
||||
- 'traefik.http.routers.public.middlewares=authelia@docker'
|
||||
expose:
|
||||
- 80
|
||||
restart: unless-stopped
|
||||
public:
|
||||
image: containous/whoami
|
||||
container_name: public
|
||||
networks:
|
||||
- net
|
||||
labels:
|
||||
- 'traefik.enable=true'
|
||||
- 'traefik.http.routers.public.rule=Host(`public.example.com`)'
|
||||
- 'traefik.http.routers.public.entrypoints=https'
|
||||
- 'traefik.http.routers.public.tls=true'
|
||||
- 'traefik.http.routers.public.tls.certresolver=letsencrypt'
|
||||
- 'traefik.http.routers.public.middlewares=authelia@docker'
|
||||
expose:
|
||||
- 80
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue