Create Adminer dockerfile
This commit is contained in:
parent
f05512fd1d
commit
98c9fdff24
9
adminer/Dockerfile
Normal file
9
adminer/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM adminer/adminer:fastcgi
|
||||||
|
|
||||||
|
MAINTAINER Patrick Artounian <partounian@gmail.com>
|
||||||
|
|
||||||
|
# Add volume for sessions to allow session persistence
|
||||||
|
VOLUME /sessions
|
||||||
|
|
||||||
|
# We expose Adminer on port 80
|
||||||
|
EXPOSE 80
|
Loading…
Reference in New Issue
Block a user