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

Fix incorrect labeling

This commit is contained in:
Tommy 2023-08-15 17:37:55 -07:00 committed by GitHub
parent a7fd21e435
commit 1867d057f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./data/nginx-terminate/nginx.conf:/etc/nginx/nginx.conf:Z - ./data/nginx-terminate/nginx.conf:/etc/nginx/nginx.conf:Z
- ./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: ports:
- "443:443" - "443:443"
- "80:80" - "80:80"
@ -36,8 +36,8 @@ services:
image: certbot/certbot image: certbot/certbot
restart: unless-stopped restart: unless-stopped
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
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