Skip to content

Commit

Permalink
Add OpenSSL ini config for PHP with custom cafile path
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Jan 7, 2025
1 parent 029f825 commit 64c7be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
container_name: goteo-v4-php
volumes:
- .:/app
- ./docker/php/ssl/ca-bundle.crt:/etc/ssl/ca-bundle.crt:ro
- ./docker/php/conf.d/openssl.ini:/usr/local/etc/php/conf.d/openssl.ini:ro
- ./docker/php/conf.d/opcache.ini:/usr/local/etc/php/conf.d/opcache.ini:ro

nginx:
Expand Down
2 changes: 2 additions & 0 deletions docker/php/conf.d/openssl.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[openssl]
openssl.cafile=/etc/ssl/ca-bundle.crt

0 comments on commit 64c7be2

Please sign in to comment.