mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2024-11-17 17:41:32 -05:00
Set volumes to read-only (#6)
P.S. I also forgot to mention line 10 in the issue in which I also set ro. Signed-off-by: samsepi0l <contact@simpleprivacy.fr>
This commit is contained in:
parent
a846be932b
commit
cea65fe055
@ -5,9 +5,9 @@ services:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data/nginx-terminate/nginx.conf:/etc/nginx/nginx.conf:Z
|
||||
- ./data/certbot/conf:/etc/letsencrypt:z
|
||||
- ./data/certbot/www:/var/www/certbot:z
|
||||
- ./data/nginx-terminate/nginx.conf:/etc/nginx/nginx.conf:ro,Z
|
||||
- ./data/certbot/conf:/etc/letsencrypt:ro,z
|
||||
- ./data/certbot/www:/var/www/certbot:ro,z
|
||||
ports:
|
||||
- "443:443"
|
||||
- "80:80"
|
||||
@ -25,7 +25,7 @@ services:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data/nginx-relay/nginx.conf:/etc/nginx/nginx.conf:Z
|
||||
- ./data/nginx-relay/nginx.conf:/etc/nginx/nginx.conf:ro,Z
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
|
Loading…
Reference in New Issue
Block a user