Skip to content

Commit b0a0cba

Browse files
committed
fix: README callout
1 parent 3110a99 commit b0a0cba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ A web UI for managing Wolf
1111
> To enable the Wolf socket:
1212
>
1313
> 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-
> ```
14+
> ```bash
15+
> -e WOLF_SOCKET_PATH=/var/run/wolf/wolf.sock
16+
> ```
1717
> 2. Mount the socket location to the host machine:
18-
> ```bash
19-
> -v /var/run/wolf:/var/run/wolf
20-
> ```
18+
> ```bash
19+
> -v /var/run/wolf:/var/run/wolf
20+
> ```
2121
> 3. Ensure the `wolf.sock` file is created inside the container at `/var/run/wolf/wolf.sock`.
2222
2323
```bash

0 commit comments

Comments
 (0)