mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
Feat: unix socketifying and disabling ports as much as possible
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=--unixsocket /tmp/docker/valkey.sock --unixsocketperm 777
|
||||
Exec=--port 0 --unixsocket /tmp/docker/valkey.sock --unixsocketperm 777
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
|
||||
Reference in New Issue
Block a user