This add-on integrates Nextcloud Official FPM Docker image into your DDEV project.
ddev add-on get upstreamable/ddev-nextcloud-fpm
ddev restart
Note that the config provided by this addon forces the webserver_type to be nginx-fpm
since it is the only configuration supported.
The php version configured is ignored since it will run the recommended php version by the nextcloud community shipped in the image. Due to this other development features such as xdebug will not work for nextcloud.
| Command | Description |
|---|---|
ddev describe |
View service status and used ports for Nextcloud FPM |
ddev logs -s nextcloud |
Check Nextcloud Fpm logs |
To change the Docker image:
ddev dotenv set .ddev/.env.nextcloud --nextcloud-docker-image="nextcloud:33.0.2-fpm"
ddev add-on get upstreamable/ddev-nextcloud-fpm
ddev restart
Make sure to commit the .ddev/.env.nextcloud file to version control.
All customization options (use with caution):
| Variable | Flag | Default |
|---|---|---|
NEXTCLOUD_DOCKER_IMAGE |
--nextcloud-docker-image |
nextcloud:33.0.2-fpm" |
Contributed and maintained by @upstreamable