Update loadbalancer
This commit is contained in:
parent
42dcdb4cd8
commit
e692e67da8
@ -1,6 +1,9 @@
|
||||
services:
|
||||
loadbalancer:
|
||||
image: cringestudios/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
|
||||
|
Loading…
Reference in New Issue
Block a user