hackerschoice / segfault

345 stars 38 forks source link

update: logpipe config dir mapping #105

Closed messede-degod closed 10 months ago

messede-degod commented 10 months ago

issue: changes made to config.yaml (in host) not propagated to container

Reason: direct config file mapping(with ro) in docker-compose.

Fix: map a directory with config file inside it.

Effect: updates to config.yaml are reflect in docker container, only a simple restart of container is now required to apply the changes