telegraf: Disable read-only for now to make it work again

The official image just pushed an update to all tags which sets capabilities on runtime and thus breaks read only environments. Gotta make my own image later.
This commit is contained in:
saibotk 2021-12-20 01:43:28 +01:00
parent b2d15fd18a
commit e695ba0aa6
Signed by: saibotk
GPG key ID: 67585F0065E261D5
3 changed files with 3 additions and 3 deletions

View file

@ -298,7 +298,7 @@ services:
restart: always
mem_limit: 256mb
memswap_limit: 384mb
read_only: true
read_only: false # TODO: Switch to self-made container
volumes:
- {{ gitlab_telegraf_location }}:/etc/telegraf/:ro
{% endif %}

View file

@ -96,7 +96,7 @@ services:
restart: always
mem_limit: 256mb
memswap_limit: 384mb
read_only: true
read_only: false # TODO: Switch to self-made container
networks:
minecraft-backend:
volumes:

View file

@ -24,7 +24,7 @@ services:
restart: always
mem_limit: 256mb
memswap_limit: 384mb
read_only: true
read_only: false # TODO: switch to self-made container
security_opt:
- label:disable
environment: