pull/529/merge
Abhishek Sharma 2023-12-17 03:27:39 +05:30 committed by GitHub
commit 952ffe09aa
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