Выключена репликация keydb

This commit is contained in:
2025-07-19 15:53:59 +08:00
parent 28f93bd9a6
commit 24a5f988a3
3 changed files with 4 additions and 5 deletions

View File

@@ -23,10 +23,9 @@ services:
user: ${KEYDB_UID}:${KEYDB_GID}
entrypoint: ["sh", "/entrypoint.sh"]
volumes:
- ./docker/keydb/keydb.conf:/etc/keydb/keydb.conf
- ./docker/keydb/entrypoint.sh:/entrypoint.sh
- ./docker/keydb/keydb.conf:/etc/keydb/keydb.conf
- ./docker/keydb/data/:/data:rw
- ./log/keydb:/var/log/keydb/:rw
ports:
- ${KEYDB_PORT:-6379}:6379