소스 검색

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