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:
parent
e8ffa5947d
commit
198beb3147
@ -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
|
Loading…
Reference in New Issue
Block a user