Make sure all etcd containers restart after a system reboot.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -19,6 +19,7 @@ x-etcd-base: &_x-etcd-base | ... | @@ -19,6 +19,7 @@ x-etcd-base: &_x-etcd-base |
19 | entrypoint: ["/etcd-entrypoint.sh", "/opt/bitnami/scripts/etcd/entrypoint.sh"] | 19 | entrypoint: ["/etcd-entrypoint.sh", "/opt/bitnami/scripts/etcd/entrypoint.sh"] |
20 | command: ["/opt/bitnami/scripts/etcd/run.sh"] | 20 | command: ["/opt/bitnami/scripts/etcd/run.sh"] |
21 | user: root | 21 | user: root |
22 | restart: always | ||
22 | 23 | ||
23 | x-root-cert-volume: &_x-root-cert-volume | 24 | x-root-cert-volume: &_x-root-cert-volume |
24 | type: bind | 25 | type: bind | ... | ... |
-
Please register or sign in to post a comment