fix: add http volume mount
This commit is contained in:
parent
68aac107da
commit
8d38abc220
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- "/mnt/traefik/traefik.yml:/traefik.yml:ro"
|
- "/mnt/traefik/traefik.yml:/traefik.yml:ro"
|
||||||
|
- "/mnt/traefik/http.yml:/http.yml:ro"
|
||||||
- "/mnt/traefik/acme.json:/acme.json"
|
- "/mnt/traefik/acme.json:/acme.json"
|
||||||
- "/mnt/traefik/transip.key:/transip.key:ro"
|
- "/mnt/traefik/transip.key:/transip.key:ro"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue