We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae322fc commit f8913b2Copy full SHA for f8913b2
docker-compose.yml
@@ -76,6 +76,8 @@ services:
76
image: mariadb
77
networks:
78
- index-backend
79
+ ports:
80
+ - '3306:3306'
81
restart: on-failure
82
volumes:
83
- index-db-data:/var/lib/mysql
0 commit comments