Fix running nextcloud as non-root

This commit is contained in:
Jean Froment 2020-10-23 11:44:45 +02:00
parent 0d02ac5eb4
commit 4b8f19d15e
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ services:
- nextcloud-db - nextcloud-db
image: nextcloud:20 image: nextcloud:20
container_name: nextcloud container_name: nextcloud
user: ${PUID}:${PGID}
restart: always restart: always
environment: environment:
- MYSQL_HOST="nextcloud-db" - MYSQL_HOST="nextcloud-db"