1
0
mirror of https://github.com/ArcticFoxes-net/Signal-TLS-Proxy synced 2024-11-17 17:41:32 -05:00

Fix port conflict

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-09-22 21:57:26 -04:00
parent e8ffa5947d
commit 198beb3147
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -39,12 +39,8 @@ services:
volumes:
- ./data/certbot/conf:/etc/letsencrypt:Z
- ./data/certbot/www:/var/www/certbot:Z
ports:
- "80:80"
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
cap_add:
- CAP_NET_BIND_SERVICE