mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 14:06:59 +00:00
Add port mapping for MySQL (#9436)
This commit is contained in:
parent
f276239688
commit
ddf2adf52c
@ -23,6 +23,8 @@ services:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
expose:
|
||||
- 3306
|
||||
ports:
|
||||
- "3306:3306"
|
||||
volumes:
|
||||
- ./docker-volume/db-data:/var/lib/mysql
|
||||
networks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user