Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 478 Bytes

docker.md

File metadata and controls

16 lines (12 loc) · 478 Bytes

Docker

If you use Docker | Docker-Compose, please refer to Symfony Panther recommandations.

Given you use a valid setup, here's the change that you could apply:

# ...

  extensions:
    PantherExtension\Extension\PantherExtension: ~
    Behat\MinkExtension:
      browser_name: chrome
      base_url: http://nameOfTheServerName # Ex: http://nginx or http://project.docker if a proxy is used
      # ...