I tried setting up the all in one container on a computer I have at home and it was a bit of a mess to get set up. Back in the day I used an ansible script to set up nextcloud and that seemed much better. Any advice or pointers?
I tried setting up the all in one container on a computer I have at home and it was a bit of a mess to get set up. Back in the day I used an ansible script to set up nextcloud and that seemed much better. Any advice or pointers?
I use the community maintained docker container from https://github.com/nextcloud/docker
It’s separate containers for all the services, if you scroll down the readme you’ll find the compose file they recommend to start you out.
Same, I use the fpm-alpine image with mariadb, though if I had to start today I’d probably pick postgres instead. Other images are probably fine too.
@ilmagico @wiccan2
https://github.com/hoellen/docker-nextcloud
This.
Shameless promo for a book I wrote featuring same: https://selfhostbook.com
Same here.