blackbirdchess-docker-dev/adminer/Dockerfile
Patrick Artounian 68dd2fd019 Switch from adminer:fastcgi to adminer:latest
This is to allow standalone usage.
2017-03-29 22:50:01 -07:00

10 lines
188 B
Docker

FROM adminer:latest
MAINTAINER Patrick Artounian <partounian@gmail.com>
# Add volume for sessions to allow session persistence
VOLUME /sessions
# We expose Adminer on port 80
EXPOSE 80