ソースを参照

added info on auth and default port

Toastie 5 年 前
コミット
4a0850c6ea
1 ファイル変更2 行追加0 行削除
  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