summaryrefslogtreecommitdiffstats
path: root/Services/postgres
diff options
context:
space:
mode:
authorroot <root@localhost.localdomain>2014-06-20 20:53:18 +0200
committerroot <root@localhost.localdomain>2014-06-20 20:53:18 +0200
commit3e50ca36886536dbdbdceac2da6f6d77186de485 (patch)
tree6bdef4eea16c028fa15cb1e8e1327a70038cd8ae /Services/postgres
parent4c69461903ba2dafda2e3d2c856d86148edf5b07 (diff)
downloadphpmyadmin-3e50ca36886536dbdbdceac2da6f6d77186de485.tar.gz
phpmyadmin-3e50ca36886536dbdbdceac2da6f6d77186de485.tar.bz2
phpmyadmin-3e50ca36886536dbdbdceac2da6f6d77186de485.tar.xz
phpmyadmin-3e50ca36886536dbdbdceac2da6f6d77186de485.zip
Adding rockmongo and using good and mostly 'official' template providers for our basic images. Changing readme accordingly.
Diffstat (limited to 'Services/postgres')
-rw-r--r--Services/postgres/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Services/postgres/Dockerfile b/Services/postgres/Dockerfile
new file mode 100644
index 0000000..f16fe0c
--- /dev/null
+++ b/Services/postgres/Dockerfile
@@ -0,0 +1,5 @@
+
+FROM postgres:latest
+MAINTAINER startx dev@startx.fr
+
+