We’re sorry about that. It’s an obvious mistake we missed in the docs.
In the file: .custom/docker-compose-router.override.yaml
There’s a section to bind those mounts (which you should uncomment)
traefik:
volumes:
# Bind to docker.sock that Traefik can listen to the Docker events
- /var/run/docker.sock:/var/run/docker.sock
# # custom traefik config, enable SSL etc...
# # put your traefik setup in this directory structure, and uncomment to override
# # default traefik static/dynamic configs
- $PWD/.custom/traefik_custom:/etc/traefik:ro
- $PWD/.custom/traefik_custom/dynamic:/etc/traefik_dynamic:ro
We’re adding this to docs now