This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
[BUG] Additional properties are not allowed ('start period' was unexpected) when using docker-compose #64
Labels
wontfix
This will not be worked on
This may not fully be a bug, but instead a case of User Error. However, if it's not, then the issue I'm running into may be remedied with better instructions.
Describe the bug
When starting the docker containers with the command 'docker-compose up -d' docker states that the docker-compose file is invalid because all three services with healthcheck parameters defined in the docker-compose, have invalid syntax.
To Reproduce
Steps to reproduce the behaviour:
sudo git clone https://github.com/tobybatch/kimai2.git kimai
sudo cd /opt/kimai
docker-compose up -d
Desktop (please complete the following information):
Command used to run the container
docker-compose up -d
Docker compose file (with passwords redacted)
Additional context
Commenting out the start_period parameter made docker correctly pull, build and start kimai
The text was updated successfully, but these errors were encountered: