Skip to content

Commit cc9e8b0

Browse files
committed
Add logging to readme
1 parent 45c90dd commit cc9e8b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ server {
5555
- `swag_ondemand_urls` don't need to be valid, it will work as long as it reaches swag and gets logged by nginx under `/config/log/nginx/access.log`.
5656
- The same URL can be set on multiple containers and all of them will be started when accessing that URL.
5757

58+
### Logging:
59+
The log file can be found under `/config/log/ondemand/ondemand.log`.
60+
5861
## Security Consideration:
5962
Mapping the `docker.sock`, especially in a publicly accessible container is a security liability. Since this mod only needs read-only access to the docker api, the recommended method is to proxy the `docker.sock` via a solution like [our docker socket proxy](https://github.com/linuxserver/docker-socket-proxy), limit the access, and set `DOCKER_HOST=` to point to the proxy address.
6063

0 commit comments

Comments
 (0)