enable port access for authelia
This commit is contained in:
parent
29011114e4
commit
094105fd94
@ -5,8 +5,8 @@ services:
|
|||||||
auth:
|
auth:
|
||||||
container_name: auth
|
container_name: auth
|
||||||
image: authelia/authelia:latest
|
image: authelia/authelia:latest
|
||||||
expose:
|
ports:
|
||||||
- 9091
|
- 9091:9091
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/authelia:/config
|
- /opt/appdata/authelia:/config
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user