Create docker-compose.yml

this project run in docker compose deployment setup
pull/529/head
Abhishek Sharma 2023-12-17 03:26:26 +05:30 committed by GitHub
parent 5cf233f755
commit 1785fa9d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '3'
services:
php-app:
image: php:7.4-apache
container_name: my-php-server-app
ports:
- "8080:80"
volumes:
- ./:/var/www/html