diff options
author | VirtualTam <virtualtam@flibidi.net> | 2015-12-24 17:17:46 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2016-01-02 19:01:33 +0100 |
commit | 453f4653c325dc23193e16432170bf634c42e8a2 (patch) | |
tree | e74568a125834e977725fe992f458e7739d2c57a /docker/production/IMAGE.md | |
parent | 0baf7842fc0cf4cbd5ca2b8c5ae6dc7a59c07700 (diff) | |
download | Shaarli-453f4653c325dc23193e16432170bf634c42e8a2.tar.gz Shaarli-453f4653c325dc23193e16432170bf634c42e8a2.tar.zst Shaarli-453f4653c325dc23193e16432170bf634c42e8a2.zip |
Docker: move Dockerfiles to the main repository
Relates to #420
Fixes:
- [all] remove Nginx' 'server_name' attribute
- [dev] create the phpinfo() script from the Dockerfile
Modifications:
- [all] remove documentation/guide (to be added to the wiki)
- [all] update maintainer information
- [prod] differentiate 'master' (:latest) and 'stable' (:stable) images
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'docker/production/IMAGE.md')
-rw-r--r-- | docker/production/IMAGE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/production/IMAGE.md b/docker/production/IMAGE.md new file mode 100644 index 00000000..6f827b35 --- /dev/null +++ b/docker/production/IMAGE.md | |||
@@ -0,0 +1,5 @@ | |||
1 | ## shaarli:latest | ||
2 | - [Debian 8 Jessie](https://hub.docker.com/_/debian/) | ||
3 | - [PHP5-FPM](http://php-fpm.org/) | ||
4 | - [Nginx](http://nginx.org/) | ||
5 | - [Shaarli](https://github.com/shaarli/Shaarli) | ||