Skip to content

Commit f8913b2

Browse files
committed
add ports for db
1 parent ae322fc commit f8913b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ services:
7676
image: mariadb
7777
networks:
7878
- index-backend
79+
ports:
80+
- '3306:3306'
7981
restart: on-failure
8082
volumes:
8183
- index-db-data:/var/lib/mysql

0 commit comments

Comments
 (0)