fix docker running state
This commit is contained in:
parent
d5d1a71a20
commit
bcee070e1d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ hedgedoc_docker_net_present:
|
||||||
- name: hedgedoc
|
- name: hedgedoc
|
||||||
|
|
||||||
hedgedoc_docker_present:
|
hedgedoc_docker_present:
|
||||||
docker_volume.present:
|
docker_container.running:
|
||||||
- name: hedgedoc
|
- name: hedgedoc
|
||||||
- image: {{ salt['pillar.get']('hedgedoc:image:path', 'quay.io/hedgedoc/hedgedoc') }}:{{ salt['pillar.get']('hedgedoc:image:version', '1.10.0') }}
|
- image: {{ salt['pillar.get']('hedgedoc:image:path', 'quay.io/hedgedoc/hedgedoc') }}:{{ salt['pillar.get']('hedgedoc:image:version', '1.10.0') }}
|
||||||
- container: hedgedoc
|
- container: hedgedoc
|
||||||
|
|
Loading…
Reference in a new issue