We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3110a99 commit b0a0cbaCopy full SHA for b0a0cba
README.md
@@ -11,13 +11,13 @@ A web UI for managing Wolf
11
> To enable the Wolf socket:
12
>
13
> 1. Set the `WOLF_SOCKET_PATH` environment variable in your Wolf container:
14
- > ```bash
15
-> -e WOLF_SOCKET_PATH=/var/run/wolf/wolf.sock
16
-> ```
+> ```bash
+> -e WOLF_SOCKET_PATH=/var/run/wolf/wolf.sock
+> ```
17
> 2. Mount the socket location to the host machine:
18
19
-> -v /var/run/wolf:/var/run/wolf
20
+> -v /var/run/wolf:/var/run/wolf
21
> 3. Ensure the `wolf.sock` file is created inside the container at `/var/run/wolf/wolf.sock`.
22
23
```bash
0 commit comments