Add Certificate Authority mount directory

This commit is contained in:
cytopia 2018-04-30 20:49:25 +02:00
parent d6cabd2e09
commit fdce2ebd8e
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 3 additions and 0 deletions

0
ca/.keepme Normal file
View File

View 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