1 Answer
- Newest
- Most votes
- Most comments
0
The reason is because I was using a bind mounts to mount at container, By default, the volume permissions are set to 0755 and the owner as root. The permissions would need be changed in the Elastic Dockerfile. Instead I used Volume to mount the host dir
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bind-mounts.html
answered 4 years ago
Relevant content
- asked 8 months ago
- AWS OFFICIALUpdated 3 months ago