lbopp42

Results 3 comments of lbopp42

Hi thanks for your time. I'm using the default conf of nginx:alpine and this is a part of docker-compose ``` my_service: (edit) cap_add: - CAP_CHOWN - CAP_NET_BIND_SERVICE - CAP_SETGID -...

this is my Dockerfile: ``` FROM nginx:alpine COPY application /usr/share/nginx/html COPY ./entrypoint.sh / CMD ./entrypoint.sh EXPOSE 80 ``` entrypoint.sh get only some `sed` (in my source) and run `nginx -g...

It's on an ubuntu server 16.04 and on 18.04 too. Il will let this issue open if someone have the same