From 696570784f62b717575ffc8d8468dad4571afd00 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sat, 3 May 2025 23:50:21 +0800 Subject: [PATCH] fix: remove user specification from Redis service in docmost.yml --- swarm/docmost.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm/docmost.yml b/swarm/docmost.yml index bfe35d9..9198054 100644 --- a/swarm/docmost.yml +++ b/swarm/docmost.yml @@ -53,7 +53,6 @@ services: redis: image: redis:7.2-alpine restart: unless-stopped - user: "${UID}:${GID}" volumes: - docmost_redis_data:/data networks: