From 3d72d55b2eb6f6efef4cd416ffa55b01c9b449fc Mon Sep 17 00:00:00 2001 From: Griefed <44273438+Griefed@users.noreply.github.com> Date: Fri, 16 Oct 2020 23:20:04 +0200 Subject: [PATCH] added :latest description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af21bde..2dc7f46 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Using this image allows us to use the same user/group ids in the container as on - Using the [`port`](https://github.com/Griefed/docker-D-Zone/blob/lsiobase/alpine/Dockerfile.port) tag: Use this image if you want to access d-zone via IP:PORT. Connecting with a reverse proxy will not work with this image. +- Pulling `:latest` will automatically retrieve the [`proxy`](https://github.com/Griefed/docker-D-Zone/blob/lsiobase/alpine/Dockerfile.proxy) image. + ```docker-compose.yml version: '3.6' services: -- GitLab