enable port access for authelia

This commit is contained in:
Mikaël Hardy 2024-02-04 18:39:21 +00:00
parent 29011114e4
commit 094105fd94

View File

@ -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: