23 lines
318 B
YAML
23 lines
318 B
YAML
debug: true
|
|
checkNewVersion: true
|
|
logLevel: INFO
|
|
#defaultEntryPoints: ["https","http"]
|
|
defaultEntryPoints: [http]
|
|
|
|
api:
|
|
insecure: true
|
|
|
|
providers:
|
|
docker:
|
|
exposedbydefault: false
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
|
|
file:
|
|
directory: /extraProviders
|
|
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ':80'
|
|
|
|
|