Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Jan 9, 2025
1 parent 2b62992 commit e6e51ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ services:
container_name: eb-phpfpm
volumes:
- ../:/var/www/html
- ../ci/qa-config/files/engine.dev.openconext.local.crt:/etc/apache2/ssl/engine.dev.openconext.local.crt
- ../ci/qa-config/files/engine.dev.openconext.local.key:/etc/apache2/ssl/engine.dev.openconext.local.key
- ../ci/qa-config/files/engine.dev.openconext.local.crt:/config/engine/engineblock.crt
- ../ci/qa-config/files/engine.dev.openconext.local.key:/config/engine/engineblock.key
depends_on:
db.dev.openconext.local:
condition: service_healthy
Expand Down

0 comments on commit e6e51ed

Please sign in to comment.