A docker-compose file to set up nextcloud with caddy as a reverse proxy on a arm based computer. Since the offical docker-compose file is not usable because some containers dont have a armhf version, I created a new on.
- Make a directory called
.caddy
in your homedirectory (exp./home/raphael
) - Add the
Caddyfile
to your homedirectory and change your domain and ip address - Add the
db.env
anddocker-compose.yml
files to some folder and change your db password - Start with
docker-compose up -d
- Open your webbrowser and go to your domain
- Stop with
docker-compose down