[BUGFIX] Fix indenting on local compose bundle (#833)
parent
a1f9a4ecd7
commit
bb07f432ab
|
@ -79,17 +79,17 @@ services:
|
|||
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.options=default'
|
||||
- 'traefik.http.routers.public.middlewares=authelia@docker'
|
||||
expose:
|
||||
- 80
|
||||
restart: unless-stopped
|
||||
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.options=default'
|
||||
- 'traefik.http.routers.public.middlewares=authelia@docker'
|
||||
expose:
|
||||
- 80
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue