diff options
Diffstat (limited to 'php8.0.2-apache-postgres-mongodb-xdebug/docker-compose.yml')
-rw-r--r-- | php8.0.2-apache-postgres-mongodb-xdebug/docker-compose.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/php8.0.2-apache-postgres-mongodb-xdebug/docker-compose.yml b/php8.0.2-apache-postgres-mongodb-xdebug/docker-compose.yml new file mode 100644 index 0000000..1a6b2b1 --- /dev/null +++ b/php8.0.2-apache-postgres-mongodb-xdebug/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3' +services: + web: + build: + context: . + dockerfile: Dockerfile + ports: + - "8003:80" + volumes: + - .:/var/www/html |