forked from uumas/ansible-docker
15 lines
278 B
Markdown
15 lines
278 B
Markdown
Unifi is installed with host network mode.
|
|
|
|
# Required variables
|
|
These variables are required. Example values included. Some general variables might also be required for this role.
|
|
|
|
```
|
|
ports:
|
|
unifi:
|
|
https: 8443
|
|
|
|
docker_vhost_domains:
|
|
unifi:
|
|
- unifi.domain.tld
|
|
```
|