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

@@ -7,8 +7,6 @@ services:
image: php:8.0-fpm
env_file:
- config.env
ports:
- '9000:9000'
volumes:
- ./site:/var/www/html


Loading…
Cancel
Save