2021-05-22 12:33:40 +02:00
|
|
|
debug: true
|
|
|
|
checkNewVersion: true
|
|
|
|
logLevel: INFO
|
|
|
|
#defaultEntryPoints: ["https","http"]
|
|
|
|
defaultEntryPoints: [http]
|
|
|
|
|
|
|
|
api:
|
|
|
|
insecure: true
|
|
|
|
|
|
|
|
providers:
|
|
|
|
docker:
|
|
|
|
exposedbydefault: false
|
2022-09-12 21:42:37 +02:00
|
|
|
endpoint: "tcp://docker-socket-proxy:2375"
|
2021-05-22 12:33:40 +02:00
|
|
|
|
|
|
|
file:
|
|
|
|
directory: /extraProviders
|
|
|
|
|
|
|
|
|
|
|
|
entryPoints:
|
|
|
|
web:
|
|
|
|
address: ':80'
|
|
|
|
|
|
|
|
|