Run
docker-compose up -d
Depending on the size of the data, it might take long to populate the database. Follow the logs
docker-compose logs -f
or check the cpu usage to see when it is done
docker stats
Remove the containers
docker-compose down
Force rebuild
docker-compose build --no-cache
- Server:
localhost
ordb
(for adminer onlocalhost:8080
) - Database:
demo
- User:
admin
- Password:
password
See here