17 lines
357 B
YAML
17 lines
357 B
YAML
name: unify
|
|
services:
|
|
unifi:
|
|
init: true
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8780:8080
|
|
- 8743:8443
|
|
- 3478:3478/udp
|
|
environment:
|
|
- TZ=Europe/Berlin
|
|
volumes:
|
|
- ~/unifi:/unifi
|
|
user: unifi
|
|
container_name: unifi
|
|
image: jacobalberty/unifi
|