Update loadbalancer

This commit is contained in:
MrLetsplay 2023-06-13 15:28:08 +02:00
parent 42dcdb4cd8
commit e692e67da8

View File

@ -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