You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- --providers.docker.network=proxy # define default network to monitor for docker provider
13
-
- --providers.docker.exposedbydefault=false # do not expose docker hosts per default
14
-
- --providers.file.watch=true # monitor file provider for changes
15
-
- --providers.file.filename=/etc/traefik/fileConfig.yml # location of the dynamic configuration
16
-
- --entrypoints.http.address=:80 # entrypoint for unencrypted http
17
-
- --entrypoints.http.forwardedHeaders.trustedIPs=103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,104.16.0.0/13,104.24.0.0/14,108.162.192.0/18,131.0.72.0/22,141.101.64.0/18,162.158.0.0/15,172.64.0.0/13,173.245.48.0/20,188.114.96.0/20,190.93.240.0/20,197.234.240.0/22,198.41.128.0/17,2400:cb00::/32,2606:4700::/32,2803:f800::/32,2405:b500::/32,2405:8100::/32,2a06:98c0::/29,2c0f:f248::/32 # define cloudflare ip ranges as trusted
18
-
- --entrypoints.http.http.redirections.entryPoint.to=https # automatic redirect from http to https
19
-
- --entrypoints.http.http.redirections.entryPoint.scheme=https # automatic redirect from http to https
20
-
- --entrypoints.https.address=:443 # entrypoint for encrypted https
21
-
- --entrypoints.https.forwardedHeaders.trustedIPs=103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,104.16.0.0/13,104.24.0.0/14,108.162.192.0/18,131.0.72.0/22,141.101.64.0/18,162.158.0.0/15,172.64.0.0/13,173.245.48.0/20,188.114.96.0/20,190.93.240.0/20,197.234.240.0/22,198.41.128.0/17,2400:cb00::/32,2606:4700::/32,2803:f800::/32,2405:b500::/32,2405:8100::/32,2a06:98c0::/29,2c0f:f248::/32 # define cloudflare ip ranges as trusted
22
-
- --entrypoints.https.http.middlewares=security-headers@file,rate-limit@file # define default middlewares for all proxy entries
23
-
- --api.dashboard=true # enable traefik api dashboard
24
-
- --api.insecure=true # expose traefik api dashboard on TCP/8080 without need for router
- "--providers.docker.network=proxy"# define default network to monitor for docker provider
13
+
- "--providers.docker.endpoint=tcp://socket-proxy:2375"# define socket-proxy as docker socket
14
+
- "--providers.docker.exposedbydefault=false"# do not expose docker hosts per default
15
+
- "--providers.file.watch=true"# monitor file provider for changes
16
+
- "--providers.file.filename=/etc/traefik/fileConfig.yml"# location of the dynamic configuration
17
+
- "--entrypoints.http.address=:80"# entrypoint for unencrypted http
18
+
- "--entrypoints.http.forwardedHeaders.trustedIPs=103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,104.16.0.0/13,104.24.0.0/14,108.162.192.0/18,131.0.72.0/22,141.101.64.0/18,162.158.0.0/15,172.64.0.0/13,173.245.48.0/20,188.114.96.0/20,190.93.240.0/20,197.234.240.0/22,198.41.128.0/17,2400:cb00::/32,2606:4700::/32,2803:f800::/32,2405:b500::/32,2405:8100::/32,2a06:98c0::/29,2c0f:f248::/32"# define cloudflare ip ranges as trusted
19
+
- "--entrypoints.http.http.redirections.entryPoint.to=https"# automatic redirect from http to https
20
+
- "--entrypoints.http.http.redirections.entryPoint.scheme=https"# automatic redirect from http to https
21
+
- "--entrypoints.https.address=:443"# entrypoint for encrypted https
22
+
- "--entrypoints.https.forwardedHeaders.trustedIPs=103.21.244.0/22,103.22.200.0/22,103.31.4.0/22,104.16.0.0/13,104.24.0.0/14,108.162.192.0/18,131.0.72.0/22,141.101.64.0/18,162.158.0.0/15,172.64.0.0/13,173.245.48.0/20,188.114.96.0/20,190.93.240.0/20,197.234.240.0/22,198.41.128.0/17,2400:cb00::/32,2606:4700::/32,2803:f800::/32,2405:b500::/32,2405:8100::/32,2a06:98c0::/29,2c0f:f248::/32"# define cloudflare ip ranges as trusted
23
+
- "--entrypoints.https.http.middlewares=security-headers@file,rate-limit@file"# define default middlewares for all proxy entries
24
+
- "--api.dashboard=true"# enable traefik api dashboard
25
+
- "--api.insecure=true"# expose traefik api dashboard on TCP/8080 without need for router
0 commit comments