mirror of
https://github.com/michivonah/docker.git
synced 2025-12-22 20:36:27 +01:00
add compose file for unifi network application
This commit is contained in:
parent
5d90c38a4c
commit
c8dd8c3ba7
1 changed files with 15 additions and 0 deletions
15
unifi/docker-compose.yml
Normal file
15
unifi/docker-compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
unifi:
|
||||||
|
image: jacobalberty/unifi
|
||||||
|
container_name: unifi
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8080:8080 # Communication with unifi devices, required
|
||||||
|
- 8443:8443 # WebGUI, required
|
||||||
|
- 3478:3478/udp # STUN, required
|
||||||
|
#- 6789:6789 # UniFi Mobile SpeedTest, optional
|
||||||
|
volumes:
|
||||||
|
- ./unifi:/unifi
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Zurich
|
||||||
Loading…
Add table
Add a link
Reference in a new issue