Skip to content

Database

Peter Fisher edited this page Sep 21, 2022 · 2 revisions

Accessing the database

To access the database run the following from the api directory

docker exec -it api-db-1  mysql -u root -p

The development password can be found in /api/docker-compose.yml

Clone this wiki locally