Problem in the "Custom configuration files" section of the "Docker" documentation

I’m following the Docs » Installing Graylog » Docker section of the Graylog documentation, when I experimenting the Custom configuration files section the graylog container errored and stopped, complaining about the config directory and the node file not being writable.

The config files are stored in a Git repository with the docker-compose yaml file, with the following structure:

.
├── docker-compose.yml
├── graylog
│   └── config
│       ├── graylog.conf
│       └── log4j2.xml
└── README.md

The repository is set to be writable for the root user and a specific developer Unix group that I am a member of. Is there anything I can do with it?

without sharing the error and/or your docker-compose file that is not possible to help you with that.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.