We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to connect to db via HeidiSQL from Windows?
The text was updated successfully, but these errors were encountered:
Hi, You should try this: docker-library/mysql#274
Sorry, something went wrong.
Or you can add a shared port to the db config in the docker-compose.yml
db: image: mysql:latest volumes: - "./.data/db:/var/lib/mysql" environment: MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD} MYSQL_DATABASE: ${MYSQL_DATABASE} MYSQL_USER: ${MYSQL_USER} MYSQL_PASSWORD: ${MYSQL_PASSWORD} ports: - 3306:3306
Indeed @PyRowMan idea looks better than mine! See: https://docs.docker.com/compose/compose-file/#ports
No branches or pull requests
Is it possible to connect to db via HeidiSQL from Windows?
The text was updated successfully, but these errors were encountered: