Add docker-compose.yml
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
version: "3.9"
|
||||||
|
|
||||||
|
services:
|
||||||
|
php:
|
||||||
|
image: php:8.2-apache
|
||||||
|
container_name: php_server
|
||||||
|
ports:
|
||||||
|
- "8002:80"
|
||||||
|
volumes:
|
||||||
|
- ./:/var/www/html
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user