Update restart to unless-stopped instead of always
This commit is contained in:
parent
64c5be9359
commit
f97126930e
12 changed files with 16 additions and 21 deletions
|
@ -2,13 +2,8 @@ api:
|
|||
dashboard: true
|
||||
|
||||
log:
|
||||
filePath: "/var/log/traefik/traefik.log"
|
||||
format: json
|
||||
level: INFO
|
||||
|
||||
accessLog:
|
||||
filePath: "/var/log/traefik/access.log"
|
||||
format: json
|
||||
accessLog: {}
|
||||
|
||||
entryPoints:
|
||||
http:
|
||||
|
|
|
@ -20,8 +20,6 @@ services:
|
|||
- ./config/traefik.yml:/traefik.yml:ro
|
||||
- ./config/dynamic_conf.yml:/dynamic_conf.yml:ro
|
||||
- {{ server.work_dir }}/traefik/base/acme.json:/acme.json:rw
|
||||
- {{ server.work_dir }}/traefik/base/access.log:/var/log/traefik/access.log:rw
|
||||
- {{ server.work_dir }}/traefik/base/traefik.log:/var/log/traefik/traefik.log:rw
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
extra_hosts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue