Joeri Voet

Results 3 comments of Joeri Voet

This has been fixed, see commit: https://github.com/JasonRivers/Docker-Nagios/commit/2a21e88e25a4ab50559430a2e4da53bf9627a0ac

Had a discussion with my team last week regarding embedding Grafana panels/dashboard into our application. This is possible with Grafana, unfortunately this setting is set to 'false' by default within...

I solved it by adding an `aws_efs_access_point` to the ECS service: ```terraform resource "aws_efs_access_point" "ecs_service_storage" { file_system_id = aws_efs_file_system.ecs_service_storage.id posix_user { gid = 0 uid = 472 } root_directory {...