mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
Fix #259 Add CA as trusted entity to PHP container
This commit is contained in:
parent
21e78ee0b9
commit
9a561fe4ba
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user