I'm trying to get redmine running in docker. I'm new to both.
I'm using the "default" redmine image (version 3.3, because version 4.X is not yet supported by redmine mobile apps).
I have the issue that the redmine container starts before the db is ready, and fails. So I just want to try and build a "sleep" in the container using "command", but I need to work out how to start redmine using "command". From what I found, I need to call "/docker-entrypoint.sh", but this doesn't work:
command: >
/docker-entrypoint.sh
I think this is the actual start script (from the current version:) docker-entrypoint.sh