We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d614455 commit 294365fCopy full SHA for 294365f
docker-compose.yaml
@@ -2,8 +2,6 @@ version: "3.9"
2
services:
3
server-1:
4
image: alejandrodu/mariadb
5
- ports:
6
- - "3306:3306"
7
environment:
8
- MARIADB_CREATE_DATABASE=demo
9
- MARIADB_CREATE_USER=user:Password123!
@@ -12,15 +10,11 @@ services:
12
10
13
11
server-2:
14
15
16
- - "3307:3306"
17
18
- MARIADB_REPLICATE_FROM=replication_user:ReplicationPassword123!@server-1:3306
19
20
server-3:
21
22
23
- - "3308:3306"
24
25
26
0 commit comments