[BUGFIX] Fix indenting on local compose bundle (#833)
parent
a1f9a4ecd7
commit
bb07f432ab
|
@ -79,17 +79,17 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
public:
|
public:
|
||||||
image: containous/whoami
|
image: containous/whoami
|
||||||
container_name: public
|
container_name: public
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
labels:
|
labels:
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
- 'traefik.http.routers.public.rule=Host(`public.example.com`)'
|
- 'traefik.http.routers.public.rule=Host(`public.example.com`)'
|
||||||
- 'traefik.http.routers.public.entrypoints=https'
|
- 'traefik.http.routers.public.entrypoints=https'
|
||||||
- 'traefik.http.routers.public.tls=true'
|
- 'traefik.http.routers.public.tls=true'
|
||||||
- 'traefik.http.routers.public.tls.options=default'
|
- 'traefik.http.routers.public.tls.options=default'
|
||||||
- 'traefik.http.routers.public.middlewares=authelia@docker'
|
- 'traefik.http.routers.public.middlewares=authelia@docker'
|
||||||
expose:
|
expose:
|
||||||
- 80
|
- 80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
Loading…
Reference in New Issue