Browse Source

Adjustments to Docker Compose file

main
Simon Bowie 3 years ago
parent
commit
de441f16e0
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      docker-compose.yml

+ 0
- 2
docker-compose.yml View File

image: php:8.0-fpm image: php:8.0-fpm
env_file: env_file:
- config.env - config.env
ports:
- '9000:9000'
volumes: volumes:
- ./site:/var/www/html - ./site:/var/www/html



Loading…
Cancel
Save