diff --git a/stacks/unicloud-unison/README.md b/stacks/unicloud-unison/README.md index 6923f3e..d21ddce 100644 --- a/stacks/unicloud-unison/README.md +++ b/stacks/unicloud-unison/README.md @@ -69,4 +69,11 @@ docker run -d --name unison-unicloud-client \ --mount type=bind,source=$SOURCE1,target="/share$SOURCE1" \ ghcr.io/yanhao98/unicloud:latest docker logs -f unison-unicloud-client +``` + +```bash +docker exec -it unison-unicloud-client tail -f /data/log/client.log +docker exec -it unison-unicloud-client tail -f /data/log/supervisord.log +docker exec -it unison-unicloud-client tail -f /data/log/unicloud-supervise-err.log +docker exec -it unison-unicloud-client tail -f /data/log/unicloud-supervise-std.log ``` \ No newline at end of file