diff options
author | root <root@localhost.localdomain> | 2014-06-20 20:53:18 +0200 |
---|---|---|
committer | root <root@localhost.localdomain> | 2014-06-20 20:53:18 +0200 |
commit | 3e50ca36886536dbdbdceac2da6f6d77186de485 (patch) | |
tree | 6bdef4eea16c028fa15cb1e8e1327a70038cd8ae /Services/php/Dockerfile | |
parent | 4c69461903ba2dafda2e3d2c856d86148edf5b07 (diff) | |
download | phpmyadmin-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/php/Dockerfile')
-rw-r--r-- | Services/php/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile index 6a87d06..d1a8beb 100644 --- a/Services/php/Dockerfile +++ b/Services/php/Dockerfile @@ -1,5 +1,5 @@ -FROM maxexcloo/nginx-php:latest +FROM tutum/apache-php:latest MAINTAINER startx dev@startx.fr |