From 6fc9a29f544dcfa0109540b1f9d84cb0a6373374 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Tue, 11 Nov 2025 21:39:10 +0100 Subject: [PATCH] Remove commented Caddy reverse proxy configuration from Nextcloud Docker Compose --- nextcloud-docker-compose.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/nextcloud-docker-compose.yaml b/nextcloud-docker-compose.yaml index 1b3babc..26b1c91 100644 --- a/nextcloud-docker-compose.yaml +++ b/nextcloud-docker-compose.yaml @@ -42,30 +42,6 @@ services: # TALK_PORT: 3478 # This a-llows to adjust the port that the talk container is using which is exposed on the host. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-talk-port # WATCHTOWER_DOCKER_SOCKET_PATH: /var/run/docker.sock # Needs to be specified if the docker socket on the host is not located in the default '/var/run/docker.sock'. Otherwise mastercontainer updates will fail. For macos it needs to be '/var/run/docker.sock' -# # Optional: Caddy reverse proxy. See https://github.com/nextcloud/all-in-one/discussions/575 -# # Alternatively, use Tailscale if you don't have a domain yet. See https://github.com/nextcloud/all-in-one/discussions/6817 -# # Hint: You need to uncomment APACHE_PORT: 11000 above, adjust cloud.example.com to your domain and uncomment the necessary docker volumes at the bottom of this file in order to make it work -# # You can find further examples here: https://github.com/nextcloud/all-in-one/discussions/588 -# caddy: -# image: caddy:alpine -# restart: always -# container_name: caddy -# volumes: -# - caddy_certs:/certs -# - caddy_config:/config -# - caddy_data:/data -# - caddy_sites:/srv -# network_mode: "host" -# configs: -# - source: Caddyfile -# target: /etc/caddy/Caddyfile -# configs: -# Caddyfile: -# content: | -# # Adjust cloud.example.com to your domain below -# https://cloud.example.com:443 { -# reverse_proxy localhost:11000 -# } networks: traefik-proxy: external: true