Bot Updating Documentation

This commit is contained in:
LinuxServer-CI 2021-08-10 20:27:58 +02:00
parent 6c415b3cc7
commit 46f641c19f

View File

@ -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.