Fix nextcloud-cache permissions issue

This commit is contained in:
mr-vercetti 2022-02-11 21:51:02 +00:00
parent 6e23a48d33
commit 9cab12af62

View File

@ -5,6 +5,8 @@ services:
user: ${PUID}:${PGID} user: ${PUID}:${PGID}
networks: networks:
- nextcloud - nextcloud
volumes:
- ${APPS_DIR}/nextcloud-cache:/data
ports: ports:
- 6379:6379 - 6379:6379
restart: unless-stopped restart: unless-stopped