Skip to content

Commit 9dad158

Browse files
committed
Fixing identitation for docker-compose haproxy
1 parent d60178f commit 9dad158

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docker-compose.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -474,17 +474,17 @@ services:
474474

475475
### Balancer Haproxy ##########################################
476476

477-
balancer:
478-
build: ./haproxy
479-
ports:
480-
- "${HAPROXY_HOST_HTTP_PORT}:80"
481-
volumes:
482-
- /var/run/docker.sock:/var/run/docker.sock
483-
links:
484-
- proxy
485-
- proxy2
486-
networks:
487-
- frontend
477+
balancer:
478+
build: ./haproxy
479+
ports:
480+
- "${HAPROXY_HOST_HTTP_PORT}:80"
481+
volumes:
482+
- /var/run/docker.sock:/var/run/docker.sock
483+
links:
484+
- proxy
485+
- proxy2
486+
networks:
487+
- frontend
488488

489489
### Networks Setup ############################################
490490

0 commit comments

Comments
 (0)