Issues with documentation of docker-compose

  1. From Docker - Mobilizon

You can setup advanced configuration through the config.exs Elixir file. To get a file, docker cp mobilizon:/etc/mobilizon/config.exs .

Because the image will have been set up by docker-compose, this command will not work (the actual image name is docker-mobilizon_mobilizon_1)

  1. In the docker-compose.yml file, there are the following lines:
      # - ${PWD}/config.exs:/etc/mobilizon/config.exs:ro
      # - ${PWD}/GeoLite2-City.mmdb:/var/lib/mobilizon/geo_db/GeoLite2-City.mmdb

The environment variable ${PWD} is not set - in both cases it should be replaced with ..

1 « J'aime »