1
0
mirror of https://github.com/ArcticFoxes-net/Signal-TLS-Proxy synced 2024-10-17 21:05:13 -04:00

Remove CAP_ prefix (#4)

Signed-off-by: samsepi0l <contact@simpleprivacy.fr>
This commit is contained in:
samsepi0l 2023-12-01 13:27:05 +01:00 committed by GitHub
parent 9736a26387
commit a846be932b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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