Skip to content

Commit 294365f

Browse files
committed
Remove unused port mappings
1 parent d614455 commit 294365f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ version: "3.9"
22
services:
33
server-1:
44
image: alejandrodu/mariadb
5-
ports:
6-
- "3306:3306"
75
environment:
86
- MARIADB_CREATE_DATABASE=demo
97
- MARIADB_CREATE_USER=user:Password123!
@@ -12,15 +10,11 @@ services:
1210

1311
server-2:
1412
image: alejandrodu/mariadb
15-
ports:
16-
- "3307:3306"
1713
environment:
1814
- MARIADB_REPLICATE_FROM=replication_user:ReplicationPassword123!@server-1:3306
1915

2016
server-3:
2117
image: alejandrodu/mariadb
22-
ports:
23-
- "3308:3306"
2418
environment:
2519
- MARIADB_REPLICATE_FROM=replication_user:ReplicationPassword123!@server-1:3306
2620

0 commit comments

Comments
 (0)