You are here

docker-compose.drupal9.yml in Realistic Dummy Content 3.x

File

docker-compose.drupal9.yml
View source
  1. ---
  2. # This file is used by ./scripts/deploy.sh to override the base version for use
  3. # with Drupal 9.
  4. version: '2'
  5. services:
  6. drupal:
  7. build:
  8. context: .
  9. dockerfile: Dockerfile9