keydb user

This commit is contained in:
2025-03-05 00:49:34 +08:00
parent 87760307a4
commit c89821223b
2 changed files with 4 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
IPTV_ENV=dev
REDIS_UID=1000
REDIS_GID=1000
REDIS_PORT=6379

View File

@@ -7,6 +7,7 @@ services:
keydb:
container_name: iptv-keydb
image: eqalpha/keydb:latest
user: "${REDIS_UID}:${REDIS_GID}"
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro