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?