浏览代码

Updated old examples from readme

jamesread 5 年之前
父节点
当前提交
db4ceabe5d
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -56,8 +56,13 @@ This is a quick example of `config.yaml` - but again, lots of documentation for
 Put this `config.yaml` in `/etc/OliveTin/` if you're running a standard service, or mount it at `/config` if running in a container.
 
 ```yaml
-listenAddressWebUI: 0.0.0.0:1337 # Listen on all addresses available, port 1337
+# Listen on all addresses available, port 1337
+listenAddressSingleHTTPFrontend: 0.0.0.0:1337 
+
+# Choose from INFO (default), WARN and DEBUG
 logLevel: "INFO"
+
+# Actions (buttons) to show up on the WebUI:
 actions: 
   # Docs: https://docs.olivetin.app/action-container-control.html 
 - title: Restart Plex