My AWS Security Hub was failed with ECS containers must restrict access to the root file system to read-only so i want to add read_only to my Docker compose file but it make the container can not build! I have many problem with s6
Here is my docker-compose.yaml
My AWS Security Hub was failed with
ECS containers must restrict access to the root file system to read-only
so i want to add read_only to my Docker compose file but it make the container can not build! I have many problem withs6
Here is mydocker-compose.yaml
And the error =>
When i set the volume to
s6-overlay:/var/run/s6/etc:rw
, it lead to another problemsI am newbie with docker so I'm having quite a bit of difficulty with this part. Thank you for supporting me