explicit AUTHELIA_API_LISTEN=0.0.0.0:8080 in compose
This commit is contained in:
parent
0d7defff4e
commit
a21e63c4a2
3 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# 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
|
## 0.1.0.0034 — 2026-07-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.1.0.0034
|
0.1.0.0035
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,9 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- "9091"
|
- "9091"
|
||||||
- "8080"
|
- "8080"
|
||||||
|
environment:
|
||||||
|
- TZ=UTC
|
||||||
|
- AUTHELIA_API_LISTEN=0.0.0.0:8080
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/nextworkspace/config/authelia/:/config/
|
- /opt/nextworkspace/config/authelia/:/config/
|
||||||
- /opt/nextworkspace/data/authelia/:/data/
|
- /opt/nextworkspace/data/authelia/:/data/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue