mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 12:57:52 +00:00
Add Certificate Authority mount directory
This commit is contained in:
parent
d6cabd2e09
commit
fdce2ebd8e
0
ca/.keepme
Normal file
0
ca/.keepme
Normal file
@ -266,6 +266,9 @@ services:
|
||||
# Mount logs
|
||||
- ${DEVILBOX_PATH}/log/${HTTPD_SERVER}:/var/log/${HTTPD_SERVER}
|
||||
|
||||
# Certificate Authority public key
|
||||
- ${DEVILBOX_PATH}/ca:/ca
|
||||
|
||||
depends_on:
|
||||
- bind
|
||||
- php
|
||||
|
Loading…
Reference in New Issue
Block a user