Allow nextcloud to be reached over internal SSL

This removes the need for a custom config, and means traefik is proxying HTTP2, which is nice
This commit is contained in:
Jake Howard
2020-05-24 19:21:17 +01:00
parent eac381a90a
commit 7dd31c0556
5 changed files with 6 additions and 101 deletions

View File

@ -4,7 +4,6 @@ services:
traefik:
container_name: traefik
image: traefik:v2.2.1
# command: "--log.level=DEBUG"
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro

View File

@ -36,3 +36,6 @@ certificatesResolvers:
storage: /etc/traefik/acme.json
httpChallenge:
entryPoint: web
serversTransport:
insecureSkipVerify: true