Bot Updating Documentation

pull/44/head
LinuxServer-CI 2021-08-10 20:27:58 +02:00
rodzic b3d64a22c9
commit 7da8ddb47f
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

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