feat(docker): update to Alpine 3.23.2

This commit is contained in:
2026-01-05 13:13:01 +00:00
parent fe8810502a
commit 008675f798
2 changed files with 5 additions and 4 deletions

View File

@@ -7,5 +7,6 @@ services:
- "./users:/etc/raddb/users"
- "./radiusd.conf:/etc/raddb/radiusd.conf"
ports:
- "1812:1812/udp"
- "18080:8080/tcp"
- "1812:1812/udp" # RADIUS Authentication
- "1813:1813/udp" # RADIUS Accounting
- "18080:8080/tcp" # Web Interface