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.