Merge "Redis: fix podman start on reboot"
commit
0c23792983
|
@ -117,6 +117,9 @@ outputs:
|
|||
net: host
|
||||
privileged: false
|
||||
restart: always
|
||||
systemd_exec_flags:
|
||||
RuntimeDirectory: redis
|
||||
ExecStartPre: /bin/chcon -t svirt_sandbox_file_t /var/run/redis
|
||||
healthcheck:
|
||||
test: /openstack/healthcheck
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue