Chore: remove $ from commands examples
This commit is contained in:
parent
1f0a5975e5
commit
a616a77773
2 changed files with 2 additions and 2 deletions
2
FAQ.md
2
FAQ.md
|
|
@ -479,7 +479,7 @@ This setup should work for at VAAPI encoding in `x86_64` containers.
|
|||
> Your `video`, `render` group id might be different from mine, you can run the follow command in docker host server to get the group ids for both groups.
|
||||
|
||||
```bash
|
||||
$ cat /etc/group | grep -E 'render|video'
|
||||
cat /etc/group | grep -E 'render|video'
|
||||
|
||||
video:x:44:your_docker_username
|
||||
render:x:105:your_docker_username
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ services:
|
|||
> If you have low RAM, remove the `tmpfs` and mount a disk-based directory to `/tmp` instead. See [FAQ](FAQ.md#getting-no-space-left-on-device-error) for more information.
|
||||
|
||||
```bash
|
||||
$ mkdir -p ./{config,downloads} && docker compose -f compose.yaml up -d
|
||||
mkdir -p ./{config,downloads} && docker compose -f compose.yaml up -d
|
||||
```
|
||||
|
||||
Then you can access the WebUI at `http://localhost:8081`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue