23 lines
321 B
YAML
23 lines
321 B
YAML
debug: true
|
|
checkNewVersion: true
|
|
logLevel: INFO
|
|
#defaultEntryPoints: ["https","http"]
|
|
defaultEntryPoints: [http]
|
|
|
|
api:
|
|
insecure: true
|
|
|
|
providers:
|
|
docker:
|
|
exposedbydefault: false
|
|
endpoint: "tcp://docker-socket-proxy:2375"
|
|
|
|
file:
|
|
directory: /extraProviders
|
|
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ':80'
|
|
|
|
|