service: Add default for docker_vhost_additional_locations
This commit is contained in:
@@ -7,6 +7,7 @@ docker_restart_policy: always
|
|||||||
|
|
||||||
reverse_proxy_type: caddy
|
reverse_proxy_type: caddy
|
||||||
docker_proxy_target_protocol: http
|
docker_proxy_target_protocol: http
|
||||||
|
docker_vhost_additional_locations: []
|
||||||
|
|
||||||
docker_additional_env: {}
|
docker_additional_env: {}
|
||||||
docker_additional_services: []
|
docker_additional_services: []
|
||||||
|
|||||||
@@ -171,6 +171,7 @@ argument_specs:
|
|||||||
docker_vhost_additional_locations:
|
docker_vhost_additional_locations:
|
||||||
description: "Passed to vhost role as vhost_locations variable"
|
description: "Passed to vhost role as vhost_locations variable"
|
||||||
required: false
|
required: false
|
||||||
|
default: []
|
||||||
docker_published_ports:
|
docker_published_ports:
|
||||||
description: "A list of published ports in docker format (<host listen address>:<host port>:<container port>)"
|
description: "A list of published ports in docker format (<host listen address>:<host port>:<container port>)"
|
||||||
type: list
|
type: list
|
||||||
|
|||||||
Reference in New Issue
Block a user