use mounted path instead of docker volume

This commit is contained in:
Isaac Shoebottom 2024-06-14 16:31:12 -03:00
parent c004740dd5
commit 17a9b9f1da

View File

@ -7,7 +7,7 @@ services:
command: --save 30 1 --loglevel warning command: --save 30 1 --loglevel warning
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- valkey-data:/data - /docker/appdata/valkey/data:/data
networks: networks:
- searxng - searxng
cap_drop: cap_drop:
@ -46,5 +46,3 @@ services:
max-file: "1" max-file: "1"
networks: networks:
searxng: searxng:
volumes:
valkey-data: