mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-04 12:48:35 +00:00
11 lines
247 B
YAML
11 lines
247 B
YAML
---
|
|
|
|
# The following help expose a docker port or to add additional options when
|
|
# running docker daemon. The default is to not use any special options.
|
|
#docker_opts: >
|
|
# -H unix://
|
|
# -H tcp://0.0.0.0:2375
|
|
# --log-level=debug
|
|
docker_opts: ""
|
|
|