-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make down command not working #47
Comments
@vkobozev Weird, it's not reproducible in my machine. Maybe it has to do with the docker-compose version. Mind if you share your docker and docker-compose version? I'll push a fix anyway though. |
Here you are.
Update:
|
Quote boolean value for Docker-Compose compatability (fixes #47)
Describe the bug
'make down' command not working
To Reproduce
Solution:
edit
./docker-compose.tools.yml
:currently -
RUBBAN_AUTOINDEXPATTERN_ENABLED: true
should be -
RUBBAN_AUTOINDEXPATTERN_ENABLED: 'true'
BR,
Vasily.
The text was updated successfully, but these errors were encountered: