Skip to content

Commit efb01d0

Browse files
committed
Fix redis service
1 parent 26aaa4f commit efb01d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

imageroot/systemd/user/redis.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
immich-app#
1+
#
22
# Copyright (C) 2022 Nethesis S.r.l.
33
# SPDX-License-Identifier: GPL-3.0-or-later
44
#
@@ -21,7 +21,7 @@ ExecStartPre=-runagent discover-smarthost
2121
ExecStart=/usr/bin/podman run --conmon-pidfile %t/redis.pid \
2222
--cidfile %t/redis.ctr-id --cgroups=no-conmon \
2323
--pod-id-file %t/immich.pod-id --replace -d --name redis \
24-
--volume redis-data:/data:Z \
24+
--volume redis-data:/data:z \
2525
${VALKEY_IMAGE}
2626
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/redis.ctr-id -t 10
2727
ExecReload=/usr/bin/podman kill -s HUP redis

0 commit comments

Comments
 (0)