Please I need help to gain the most recent yml file docker compose to setup my nextcloud via portainer
I am using a OMV 7
Check the repository at GitHub.
Personally, I don’t recommend running Docker containers via Stack in Portainer. It’s quite common that after updating Portainer, a Stack created this way becomes inaccessible and can no longer be used. Instead, I highly recommend running Docker using a docker-compose.yml
file. It’s a more reliable and flexible approach, especially for maintaining services like Nextcloud.