You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
I created my own Dockerfile from @michalhosna image:
FROM michalhosna/adminer
USER root
ARG ADMINER_DESIGN="nette"WORKDIR /var/adminer
RUN echo "Getting design for Adminer: ${ADMINER_DESIGN}..."RUN curl -L https://raw.githubusercontent.com/vrana/adminer/master/designs/${ADMINER_DESIGN}/adminer.css -o adminer.css
So you can run in container from a compose file...
ADMINER_DESIGN
environment variable, which works in the official Docker adminer image, does not work with this Docker imagehttps://hub.docker.com/_/adminer#choosing_a_design
The text was updated successfully, but these errors were encountered: