7 lines
82 B
YAML
7 lines
82 B
YAML
|
web:
|
||
|
build: apache/
|
||
|
volumes:
|
||
|
- ./:/var/www/html:rw
|
||
|
ports:
|
||
|
- "8000:80"
|