Quando acesso os logs do meu container nginx percebo que o processo esta travado, segue o log:
Last login: Thu Oct 10 19:36:32 2024 from 187.180.212.27
__| __| __|
_| ( \__ \ Amazon Linux 2 (ECS Optimized)
____|\___|____/
For documentation, visit http://aws.amazon.com/documentation/ecs
[ec2-user@ip-172-31-13-212 ~]$ sudo docker ps -q | xargs -I {} sudo docker logs {} -f
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2024/10/10 19:43:48 [notice] 1#1: using the "epoll" event method
2024/10/10 19:43:48 [notice] 1#1: nginx/1.27.2
2024/10/10 19:43:48 [notice] 1#1: built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
2024/10/10 19:43:48 [notice] 1#1: OS: Linux 5.10.226-214.879.amzn2.x86_64
2024/10/10 19:43:48 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 32768:65536
2024/10/10 19:43:48 [notice] 1#1: start worker processes
2024/10/10 19:43:48 [notice] 1#1: start worker process 30