Feat: unix socketifying and disabling ports as much as possible

This commit is contained in:
coolnsx
2025-08-27 13:42:56 +05:30
parent 08b5c07938
commit cfa20a6396
10 changed files with 44 additions and 17 deletions

View File

@@ -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