Sample for apache-php7 (#42)
* add apache-php7.2 sample Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
committed by
GitHub
parent
58589727ff
commit
40c3caa1c8
9
apache-php/docker-compose.yaml
Normal file
9
apache-php/docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
web:
|
||||
build: app
|
||||
ports:
|
||||
- '80:80'
|
||||
volumes:
|
||||
- ./app:/var/www/html/
|
||||
|
||||
Reference in New Issue
Block a user