mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 21:07:53 +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
|
# Mount logs
|
||||||
- ${DEVILBOX_PATH}/log/${HTTPD_SERVER}:/var/log/${HTTPD_SERVER}
|
- ${DEVILBOX_PATH}/log/${HTTPD_SERVER}:/var/log/${HTTPD_SERVER}
|
||||||
|
|
||||||
|
# Certificate Authority public key
|
||||||
|
- ${DEVILBOX_PATH}/ca:/ca
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- bind
|
- bind
|
||||||
- php
|
- php
|
||||||
|
Loading…
Reference in New Issue
Block a user