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:
parent
b2d15fd18a
commit
e695ba0aa6
3 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue