Fargate task stops about 10s after is starts with no log output – Debian
My Fargate task keeps stopping after it's started and doesn't output any logs (awslog driver is selected). The container does start up and stay running when i execute docker locally. Docker-compose file: version: '2' services: asterisk: build: . container_name: asterisk…