We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have supervisord in a docker container starting some services.
The config has a entry childlogdir=/var/log/supervisord
When the container is run with a /var/log bind mounted into it without this directory it fails
For help, use /usr/bin/supervisord -h Error: /var/log/supervisord is not an existing directory
Is there a way to get supervisord to create this subdirectory at startup ? It is started as PID=1 in the container.
The text was updated successfully, but these errors were encountered:
Duplicate of #120
Sorry, something went wrong.
No branches or pull requests
I have supervisord in a docker container starting some services.
The config has a entry childlogdir=/var/log/supervisord
When the container is run with a /var/log bind mounted into it without this directory it fails
For help, use /usr/bin/supervisord -h
Error: /var/log/supervisord is not an existing directory
Is there a way to get supervisord to create this subdirectory at startup ?
It is started as PID=1 in the container.
The text was updated successfully, but these errors were encountered: