Create docker-compose.yml
this project run in docker compose deployment setuppull/529/head
parent
5cf233f755
commit
1785fa9d87
|
@ -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
|
Loading…
Reference in New Issue