7 lines
83 B
YAML
7 lines
83 B
YAML
|
apache:
|
||
|
build: ./
|
||
|
ports:
|
||
|
- "80:80"
|
||
|
volumes:
|
||
|
- "../../:/var/www/html"
|