mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2024-11-18 01:41:34 -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:
|
volumes:
|
||||||
- ./data/certbot/conf:/etc/letsencrypt:Z
|
- ./data/certbot/conf:/etc/letsencrypt:Z
|
||||||
- ./data/certbot/www:/var/www/certbot: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;'"
|
entrypoint: "/bin/sh -c 'trap exit TERM; while :; do certbot renew; sleep 12h & wait $${!}; done;'"
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
cap_add:
|
|
||||||
- CAP_NET_BIND_SERVICE
|
|
Loading…
Reference in New Issue
Block a user