Database
A MySQL Database is made available via this container.
Last updated
Was this helpful?
A MySQL Database is made available via this container.
Last updated
Was this helpful?
The Database container runs a MySQL database and is configured to create a default user as defined in docker-compose.override.yml
.
By default you can connect to the database using the following credentials:
Property
Value
Host (inside ):
db
Host (outside ):
127.0.0.1
Username:
docker
Password:
docker
Port:
3306
Database:
dev
All database files are stored in ./docker/db/data
so that your data will survive containers being removed.
It is recommended to secure your installation using non-default credentials in non-development environments. Do this by adjusting the docker-compose.override.yml
file.