From 2dfd9bf83ecd49131f6518f8aa0fa272b82593eb Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 13 Jun 2017 17:32:33 +0000 Subject: [PATCH] Run update.sh --- nextcloud/README.md | 2 +- websphere-liberty/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nextcloud/README.md b/nextcloud/README.md index 0411c9985..fcb630adb 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -177,7 +177,7 @@ Then run `docker-compose up -d`, now you can access Nextcloud at http://localhos ## Base version - FPM -When using the FPM image you need another container that acts as web server on port 80 and proxies the requests to the Nextcloud container. In this example a simple nginx container is combindes with the Nextcloud-fpm image and a MariaDB database container. The data is stored in docker volumes. The nginx container also need access to static files from your Nextcloud installation. It gets access to all the volumes mounted to Nextcloud via the `volumes_from` option.The configuration for nginx is stored in the configuration file `nginx.conf`, that is mounted into the container. An example can be found in the examples section [here](https://github.com/nextcloud/docker/tree/master/.examples). +When using the FPM image you need another container that acts as web server on port 80 and proxies the requests to the Nextcloud container. In this example a simple nginx container is combined with the Nextcloud-fpm image and a MariaDB database container. The data is stored in docker volumes. The nginx container also need access to static files from your Nextcloud installation. It gets access to all the volumes mounted to Nextcloud via the `volumes_from` option.The configuration for nginx is stored in the configuration file `nginx.conf`, that is mounted into the container. An example can be found in the examples section [here](https://github.com/nextcloud/docker/tree/master/.examples). As this setup does **not include encryption** it should to be run behind a proxy. diff --git a/websphere-liberty/README.md b/websphere-liberty/README.md index d877dd6ec..df481620e 100644 --- a/websphere-liberty/README.md +++ b/websphere-liberty/README.md @@ -16,11 +16,11 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`kernel` (*ga/developer/kernel/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/f90fe5c5f13ea8300ced628672c1f129d2a3a499/ga/developer/kernel/Dockerfile) -- [`microProfile` (*ga/developer/microProfile/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/f90fe5c5f13ea8300ced628672c1f129d2a3a499/ga/developer/microProfile/Dockerfile) -- [`webProfile6` (*ga/developer/webProfile6/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/f90fe5c5f13ea8300ced628672c1f129d2a3a499/ga/developer/webProfile6/Dockerfile) -- [`webProfile7` (*ga/developer/webProfile7/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/f90fe5c5f13ea8300ced628672c1f129d2a3a499/ga/developer/webProfile7/Dockerfile) -- [`javaee7`, `latest` (*ga/developer/javaee7/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/f90fe5c5f13ea8300ced628672c1f129d2a3a499/ga/developer/javaee7/Dockerfile) +- [`kernel` (*ga/developer/kernel/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/8008b344085e4e49d7d702fdb0db1fa5363c0899/ga/developer/kernel/Dockerfile) +- [`microProfile` (*ga/developer/microProfile/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/8008b344085e4e49d7d702fdb0db1fa5363c0899/ga/developer/microProfile/Dockerfile) +- [`webProfile6` (*ga/developer/webProfile6/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/8008b344085e4e49d7d702fdb0db1fa5363c0899/ga/developer/webProfile6/Dockerfile) +- [`webProfile7` (*ga/developer/webProfile7/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/8008b344085e4e49d7d702fdb0db1fa5363c0899/ga/developer/webProfile7/Dockerfile) +- [`javaee7`, `latest` (*ga/developer/javaee7/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/8008b344085e4e49d7d702fdb0db1fa5363c0899/ga/developer/javaee7/Dockerfile) - [`beta` (*beta/Dockerfile*)](https://github.com/WASdev/ci.docker/blob/90d698a5d0c9e82f77aefee492a006c520670859/beta/Dockerfile) # Quick reference