Thomas Rawyler
Results
2
comments of
Thomas Rawyler
If you override the `entrypoint` in your `docker-compose.yaml` you can pass the `--routes` argument: ```yaml volumes: - ./secrets.json:/data/db.json - ./routes.json:/data/routes.json entrypoint: ["bash", "/run.sh", "--routes /data/routes.json"] ```