This commit is contained in:
parent
80e1254aa9
commit
a9fc33bd34
|
@ -44,6 +44,8 @@ services:
|
|||
path: /var/run
|
||||
- name: ca
|
||||
path: /etc/docker/certs.d
|
||||
- name: daemonjson
|
||||
path: /etc/docker/daemon.json
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
|
@ -51,6 +53,9 @@ volumes:
|
|||
- name: ca
|
||||
host:
|
||||
path: /etc/docker/certs.d
|
||||
- name: daemonjson
|
||||
host:
|
||||
path: /etc/docker/daemon.json
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
|
@ -230,7 +235,6 @@ volumes:
|
|||
host:
|
||||
path: /etc/docker/daemon.json
|
||||
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- promote
|
||||
|
|
Loading…
Reference in New Issue