service: Add docker_vhost_additional_locations
This commit is contained in:
@@ -168,6 +168,9 @@ argument_specs:
|
||||
docker_vhost_domains:
|
||||
description: "docker_vhost_domains[docker_service] is a list which defines which domains should be proxied to the container. Required if reverse_proxy_type is not none. docker_vhost_domains[docker_service + '-phpmyadmin'] is used for phpmyadmin"
|
||||
type: dict
|
||||
docker_vhost_additional_locations:
|
||||
description: "Passed to vhost role as vhost_locations variable"
|
||||
required: false
|
||||
docker_published_ports:
|
||||
description: "A list of published ports in docker format (<host listen address>:<host port>:<container port>)"
|
||||
type: list
|
||||
|
||||
Reference in New Issue
Block a user