Browse Source

added info on auth and default port

Toastie 4 years ago
parent
commit
4a0850c6ea
1 changed files with 2 additions and 0 deletions
  1. 2 0
      droppy/README.md

+ 2 - 0
droppy/README.md

@@ -4,4 +4,6 @@
   
 ### Get started
 1. Update your `data` dir, `uid` and `gid` to run the service and used as permissions for new files in [`.env`](.env)
+2. Turn on authentication in [data/config/config.json](data/config/config.json) (optional)
 2. `docker-compose up -d`
+3. Open `http://<hostname>:8989` in your preferred webbrowser