mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Refactor Docker and Kubernetes configurations to remove user mapping for Redis service
This commit is contained in:
@@ -22,7 +22,6 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 3000
|
- 3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: "${UID}:${GID}"
|
|
||||||
volumes:
|
volumes:
|
||||||
- docmost_redis_data:/app/data/storage
|
- docmost_redis_data:/app/data/storage
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user