675b1e51dd
Portainer CE deploys only docker-compose.yml — ./martin.yaml not present on host, so Docker creates an empty directory instead of mounting the file. Solution: COPY martin.yaml into the image at build time, eliminating the volume dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
72 B
Docker
3 lines
72 B
Docker
FROM ghcr.io/maplibre/martin:1.4.0
|
|
COPY martin.yaml /config/martin.yaml
|