remove read-only from /config
if /config is read-only, acme.json cannot be written
This commit is contained in:
parent
4d294aae51
commit
972f4ae7c9
|
@ -14,7 +14,7 @@ services:
|
|||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./traefik:/etc/traefik:ro
|
||||
- configtraefik:/config:ro
|
||||
- configtraefik:/config
|
||||
environment:
|
||||
- TRAEFIK_DOMAIN=${TRAEFIK_DOMAIN}
|
||||
- TZ=${TZ}
|
||||
|
|
Loading…
Reference in New Issue