port 8080 commit

This commit is contained in:
duffyduck
2026-07-26 21:55:45 +02:00
parent 5bb38c5e37
commit e39e8a322b
+1 -1
View File
@@ -36,7 +36,7 @@ services:
- ./data/unifi:/config - ./data/unifi:/config
ports: ports:
- "8443:8443" # Web-UI (https://<host>:8443) - "8443:8443" # Web-UI (https://<host>:8443)
- "8082:8080" # Inform-Port für Geräte (Host-Port 8082, da 8080/8081 belegt!) - "8080:8080" # Inform-Port für Geräte (Host-Port 8082, da 8080/8081 belegt!)
- "3478:3478/udp" # STUN - "3478:3478/udp" # STUN
- "10001:10001/udp" # Geräte-Discovery - "10001:10001/udp" # Geräte-Discovery
- "8843:8843" # Gäste-Portal HTTPS (optional) - "8843:8843" # Gäste-Portal HTTPS (optional)