68dd2fd019
This is to allow standalone usage.
10 lines
188 B
Docker
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
|