mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
Chore: moved the nextcloud setup to control via environment variables
This commit is contained in:
@@ -5,7 +5,7 @@ Description=Nextcloud Valkey Container
|
||||
Pod=nextcloud.pod
|
||||
ContainerName=nextcloud_valkey
|
||||
Image=ghcr.io/valkey-io/valkey:alpine
|
||||
Exec=--port 0 --unixsocket /tmp/docker/valkey.sock --unixsocketperm 777
|
||||
Exec=--port 0 --unixsocket ${REDIS_HOST} --unixsocketperm 777
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
|
||||
Reference in New Issue
Block a user