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:
container_name: auth
image: authelia/authelia:latest
expose:
- 9091
ports:
- 9091:9091
volumes:
- /opt/appdata/authelia:/config
networks: