Skip to content

Commit

Permalink
fix: allow netdata to write in config directory (#411)
Browse files Browse the repository at this point in the history
Updates on netdata might require config migrations performed by the
process. This fix allows the migration to go ahead.
  • Loading branch information
akikanellis authored Jan 14, 2024
1 parent 6f3ddd4 commit ea15495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:

DOCKER_HOST: docker-socket-proxy:2375
volumes:
- "{{ volumes_directory }}/netdata:/etc/netdata:ro"
- "{{ volumes_directory }}/netdata:/etc/netdata"

- /etc/group:/host/etc/group:ro
- /etc/passwd:/host/etc/passwd:ro
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

DOCKER_HOST: docker-socket-proxy:2375
volumes:
- "{{ volumes_directory }}/netdata:/etc/netdata:ro"
- "{{ volumes_directory }}/netdata:/etc/netdata"

- /etc/group:/host/etc/group:ro
- /etc/passwd:/host/etc/passwd:ro
Expand Down

0 comments on commit ea15495

Please sign in to comment.