Filebrowser hinzugefügt und Unifi angepasst

This commit is contained in:
borgal
2022-05-03 14:57:36 +00:00
parent 700d935a63
commit 85e2bc24f7
2 changed files with 22 additions and 5 deletions

View File

@@ -3,14 +3,16 @@ services:
unifi-controller:
image: ghcr.io/linuxserver/unifi-controller
container_name: unifi-controller
volumes:
- /opt/unifi/config:/config
environment:
- TZ=Europe/Berlin
- PUID=0
- PGID=0
- MEM_LIMIT=1024M
ports:
- 3478:3478/udp
- 10001:10001/udp
# - 1900:1900/udp
- 8080:8080
- 8443:8443
environment:
- TZ=Europe/Berlin
volumes:
- /opt/unifi/config:/config
restart: unless-stopped