Update nextcloud valkey log level
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
|||||||
nextcloud_valkey:
|
nextcloud_valkey:
|
||||||
image: docker.io/valkey/valkey:8.1.2
|
image: docker.io/valkey/valkey:8.1.2
|
||||||
container_name: nextcloud_valkey
|
container_name: nextcloud_valkey
|
||||||
command: valkey-server --save 60 1 --loglevel warning --requirepass ${VALKEY_PASSWORD}
|
command: valkey-server --save 60 1 --requirepass ${VALKEY_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- ${APPDATA_PATH}/nextcloud/valkey:/data
|
- ${APPDATA_PATH}/nextcloud/valkey:/data
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user