provider eingerückt

This commit is contained in:
Czechman 2022-12-05 02:24:16 +01:00
parent 8f32500159
commit 0674d0f6e4
1 changed files with 9 additions and 9 deletions

View File

@ -148,7 +148,8 @@
################################################################
# Enable Docker configuration backend
[providers.docker]
[providers]
[providers.docker]
# Docker server endpoint. Can be a tcp or a unix socket endpoint.
#
@ -156,7 +157,7 @@
# Default: "unix:///var/run/docker.sock"
#
# endpoint = "tcp://10.10.10.10:2375"
endpoint = "unix:///var/run/docker.sock"
endpoint = "unix:///var/run/docker.sock"
# Default host rule.
#
@ -170,13 +171,12 @@
# Optional
# Default: true
#
watch = true
exposedByDefault = false
network = "traefik"
[providers]
[providers.file]
directory = "/etc/traefik/fileconf/"
watch = true
watch = true
exposedByDefault = false
network = "traefik"
[providers.file]
directory = "/etc/traefik/fileconf/"
watch = true
# Enable ACME (Let's Encrypt): automatic SSL.
[certificatesResolvers.myresolver.acme]