Source repository for the joltdesign/adminer image.
A version of Adminer Evo set up for Jolt.
Add the following to your docker-compose.yml.
services:
# ...
adminer:
image: joltdesign/adminer
ports:
- 8081:8080
# ...We expose adminer as 8081 by convention.
Run yarn install the first time you clone the repo.
To build a new version of this image, make your changes in build/src then run yarn deploy. Your Docker Hub account must be added as a collaborator on the Docker Hub repo to be able to deploy the changes and you must have run docker login first.