9 lines
179 B
YAML
9 lines
179 B
YAML
services:
|
|
www:
|
|
image: httpd
|
|
volumes:
|
|
- ./htdocs:/usr/local/apache2/htdocs/
|
|
- ./conf/httpd.conf:/usr/local/apache2/conf/httpd.conf
|
|
ports:
|
|
- 8080:80
|