diff --git a/docker-compose.yml b/docker-compose.yml index eb68ad9..ab14c0d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: - CHOWN - SETUID - SETGID - - CAP_NET_BIND_SERVICE + - NET_BIND_SERVICE command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; /usr/sbin/nginx -s reload; done & /usr/sbin/nginx -c /etc/nginx/nginx.conf -g \"daemon off;\"'" nginx-relay: image: nginx:alpine