mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
[BUGFIX] Fix indenting on lite compose bundle (#851)
docker-compose up -d no longer complains about the public service because of wrong indentation
This commit is contained in:
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
Block a user