forked from uumas/ansible-docker
14 lines
237 B
Markdown
14 lines
237 B
Markdown
# Required variables
|
|
These variables are required. Example values included. Some general variables might also be required for this role.
|
|
|
|
```
|
|
ports:
|
|
wekan:
|
|
http: 8080
|
|
|
|
docker_vhost_domains:
|
|
hedgedoc:
|
|
- wekan.domain.tld
|
|
|
|
```
|