From 7da8ddb47f888b9a437787dcc8ec4071b92f50d8 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 10 Aug 2021 20:27:58 +0200 Subject: [PATCH] Bot Updating Documentation --- images/docker-snapdrop.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/images/docker-snapdrop.md b/images/docker-snapdrop.md index e9c7ed121..2f296ff1b 100755 --- a/images/docker-snapdrop.md +++ b/images/docker-snapdrop.md @@ -31,6 +31,12 @@ The architectures supported by this image are: | arm64 | arm64v8-latest | | armhf | arm32v7-latest | +## Application Setup + +Webui is accessible at http://SERVERIP:PORT + +If you intend to expose Snapdrop to the internet, edit /config/nginx/site-confs/default and uncomment the real_ip settings + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -145,4 +151,5 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **09.08.21:** - Rebase to Alpine 3.14. Add real_ip block to nginx default site config. * **15.09.20:** - Initial Release.