Skip to content

Commit d895e15

Browse files
committed
Improve docker-compose
1 parent 2c377ca commit d895e15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docker/docker-compose.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ services:
33
keydb:
44
image: eqalpha/keydb
55
ports:
6-
- "6379:6379"
6+
- "127.0.0.1:6379:6379"
7+
mariadb:
8+
image: mariadb
9+
environment:
10+
MARIADB_ROOT_PASSWORD: 'password'
11+
ports:
12+
- "127.0.0.1:3306:3306"

0 commit comments

Comments
 (0)