Re: nginx exits error code 0 with docker compose

2022-09-06 Thread Konstantin Pavlov
Hi Brian, On 06/09/2022 3:14 AM, Brian Carey wrote: I'm trying to run nginx/mysql/php in docker. Everything seems to run fine. I have added tty: true and changed the Here is my Dockerfile, docker-compose.yaml and the nginx-related output. I did try adding tty: true but it made no difference

nginx exits error code 0 with docker compose

2022-09-05 Thread Brian Carey
I'm trying to run nginx/mysql/php in docker. Everything seems to run fine. I have added tty: true and changed the Here is my Dockerfile, docker-compose.yaml and the nginx-related output. I did try adding tty: true but it made no difference. Any ideas? Thanks in advance. biscotty ''' FROM n