10 lines
235 B
YAML
10 lines
235 B
YAML
services:
|
|
loadbalancer:
|
|
image: httpd
|
|
ports:
|
|
- 80:80
|
|
volumes:
|
|
- ./httpd-vhost.conf:/usr/local/apache2/conf/extra/httpd-vhosts.conf
|
|
- ./lb-httpd.conf:/usr/local/apache2/conf/httpd.conf
|
|
restart: always
|