Use correct LB image

This commit is contained in:
janeczku 2017-03-13 21:48:36 +01:00
parent 052ed326bf
commit 5a78b5c21d

View File

@ -1,11 +1,9 @@
version: '2'
services:
postgres-lb:
image: rancher/load-balancer-service
links:
- postgres
image: rancher/lb-service-haproxy
ports:
- ${lb_port}:5432
- ${lb_port}
postgres-data:
image: busybox