You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The martin docker compose setup is ignoring the command under the martin service. The output in the console is
martin-1 | [2024-10-26T18:51:27Z INFO martin] Config file is not specified, auto-detecting sources
Further no output is written into the config directory.
This command "should" be appended to the ENTRYPOINT specified in the martin docker file (ENTRYPOINT ["/usr/local/bin/martin"] ) as per the output from running
docker image history --no-trunc ghcr.io/maplibre/martin:latest
Alternatively, if I add the following to the martin service I am still given the same console output.
The martin docker compose setup is ignoring the
command
under themartin
service. The output in the console isFurther no output is written into the config directory.
This command "should" be appended to the
ENTRYPOINT
specified in the martin docker file (ENTRYPOINT ["/usr/local/bin/martin"]
) as per the output from runningdocker image history --no-trunc ghcr.io/maplibre/martin:latest
Alternatively, if I add the following to the
martin
service I am still given the same console output.entrypoint: ["/usr/local/bin/martin", "--config", "/config/config.yaml"]
-OR-
Is this a bug with Docker or a bug with the Martin setup. It seems others are using this setup and it works ok.
Running on a mac (os 14.6.1 on arm chip ) and docker version 27.2.0.
This is the docker-compose.yaml.
If would be very nice to allow for the martin CLI args to be also placed into an .env file.
The text was updated successfully, but these errors were encountered: