Refactor Docker and Kubernetes configurations to remove user mapping for Redis service

This commit is contained in:
2024-07-31 16:53:53 +08:00
parent 4380cf28e7
commit 3564c6f79b
-1
View File
@@ -22,7 +22,6 @@ services:
expose:
- 3000
restart: unless-stopped
user: "${UID}:${GID}"
volumes:
- docmost_redis_data:/app/data/storage
networks: