run command

docker run --init --sig-proxy=false --name nextcloud-aio-mastercontainer --restart always --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config --volume //var/run/docker.sock:/var/run/docker.sock:ro --env NEXTCLOUD_ENABLE_NVIDIA_GPU=true --env NEXTCLOUD_STARTUP_APPS="mail" --publish 8080:8080 [ghcr.io/nextcloud-releases/all-in-one:latest](<http://ghcr.io/nextcloud-releases/all-in-one:latest>)

Init

docker exec --user www-data -it nextcloud-aio-nextcloud php occ maintenance:repair --include-expensive
docker exec --user www-data -it nextcloud-aio-nextcloud php occ db:add-missing-indices
docker exec --user www-data -it nextcloud-aio-nextcloud php occ config:system:set default_phone_region --value=FR

Configuration