Skip to content

Commit 82aae94

Browse files
committed
Made mounted TLS certs readonly
1 parent 4f2007b commit 82aae94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ adapter:
99
volumes_from:
1010
- adapterdata
1111
volumes:
12-
- ./ssl/:/usr/local/openresty/conf/ssl/
12+
- ./ssl/:/usr/local/openresty/conf/ssl/:ro
1313
- ./logs/:/usr/local/openresty/logs/
1414
- ./html/:/usr/local/openresty/nginx/html/:ro
1515
env_file:

layersbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ adapter:
2626
volumes_from:
2727
- adapterdata
2828
volumes:
29-
- ./ssl/:/usr/local/openresty/conf/ssl/
29+
- ./ssl/:/usr/local/openresty/conf/ssl/:ro
3030
- ./logs/:/usr/local/openresty/logs/
3131
- ./html/:/usr/local/openresty/nginx/html/:ro
3232
env_file:

0 commit comments

Comments
 (0)