Merge pull request #269 from cytopia/trust-ca-internally

Fix #259 Add CA as trusted entity to PHP container
This commit is contained in:
cytopia 2018-05-17 22:11:41 +02:00 committed by GitHub
commit 2fc71eb8e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,6 +188,9 @@ services:
# Mount devilbox user-defined bash config
- ${DEVILBOX_PATH}/bash:/etc/bashrc-devilbox.d
# Certificate Authority public key
- ${DEVILBOX_PATH}/ca:/ca
depends_on:
- bind