Skip to content

Commit 70cce58

Browse files
committed
Docker compose basic setups
1 parent a3709ea commit 70cce58

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

05-Docker-Compose-Basics/04-3-Database-Server-Cluster-Behind-Ghost-Web-Server/docker-compose.yml renamed to 05-Docker-Compose-Basic-Setups/04-3-Database-Server-Cluster-Behind-Ghost-Web-Server/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
depends_on:
1717
- mysql-primary
1818
- mysql-secondary
19-
proxysql:
19+
proxysql: # Acts as a load balancer and failover solution.
2020
image: percona/proxysql
2121
environment:
2222
- CLUSTER_NAME=mycluster

0 commit comments

Comments
 (0)