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.

Any ideas? Thanks in advance.

biscotty

'''

FROM nginx:alpine

CMD ["nginx", "-g", "daemon off;"]

EXPOSE 80 443


Make sure to rebuild the cached image used by docker-compose.  This should work fine.

_______________________________________________
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org

Reply via email to