explicit AUTHELIA_API_LISTEN=0.0.0.0:8080 in compose

This commit is contained in:
Claus Lohmar 2026-07-11 17:51:11 +01:00
parent 0d7defff4e
commit a21e63c4a2
3 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 0.1.0.0035 — 2026-07-11
### Added
- `AUTHELIA_API_LISTEN=0.0.0.0:8080` explicitly set in compose (default already correct)
## 0.1.0.0034 — 2026-07-11
### Added

View file

@ -1 +1 @@
0.1.0.0034
0.1.0.0035

View file

@ -27,6 +27,9 @@ services:
expose:
- "9091"
- "8080"
environment:
- TZ=UTC
- AUTHELIA_API_LISTEN=0.0.0.0:8080
volumes:
- /opt/nextworkspace/config/authelia/:/config/
- /opt/nextworkspace/data/authelia/:/data/