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