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