Skip to content
Snippets Groups Projects
Commit bdb0fa4c authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

use network_mode: host to fix controller connection problems

parent d4292a19
No related branches found
No related tags found
No related merge requests found
...@@ -7,14 +7,7 @@ services: ...@@ -7,14 +7,7 @@ services:
image: linuxserver/unifi-controller:5.12.35-ls47 image: linuxserver/unifi-controller:5.12.35-ls47
restart: always restart: always
ports: network_mode: host
- 3478:3478/udp
- 8080:8080
- 8443:8443
- 8843:8843
- 8880:8880
- 6789:6789
- 10001:10001/udp
volumes: volumes:
- /srv/unifi/data:/config - /srv/unifi/data:/config
environment: environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment