Nextcloud:fpm docker with nginx-php and mariadb docker

Hi @ll,

since a long time I’m using nextcloud directly on my raspberry pi host which runs very good.
But now I want to switch to a dockerized solution for a better handling in case of system reset.

My goal is to have everything in a seperate docker container:
webdevops/php-nginx
mariadb
nextcloud:fpm

And at the end nextcloud should be accessable via server-ip/nextcloud
Why not directly using the nextcloud image?
I’ve also in parallel some other web pages on my server running which I need and I don’t want to use seperate webserver like apache+nginx.

At first, is this in general possible?
And did someone did this and the past and provide some examples for the config?

Thanks in advance,
Dominik

Docker installation very flexible. Please start at Docker .examples with basic setup and review

for more complex setups. Using Docker the webserver of the application is not really important (still better to choose the one you know already in case you have troubleshoot)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.