Skip to content

Commit 98c9fdf

Browse files
committed
Create Adminer dockerfile
1 parent f05512f commit 98c9fdf

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

adminer/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM adminer/adminer:fastcgi
2+
3+
MAINTAINER Patrick Artounian <partounian@gmail.com>
4+
5+
# Add volume for sessions to allow session persistence
6+
VOLUME /sessions
7+
8+
# We expose Adminer on port 80
9+
EXPOSE 80

0 commit comments

Comments
 (0)