Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Sep 5, 2024
1 parent 3025e84 commit 257e1e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ docker run --name feishin -p 9180:9180 feishin
```

#### Docker Compose

To install via Docker Compose use the following snippit. This also works on Portainer.

```
version: '3'
services:
Expand All @@ -92,7 +94,6 @@ services:
restart: unless-stopped
```


### Configuration

1. Upon startup you will be greeted with a prompt to select the path to your MPV binary. If you do not have MPV installed, you can download it [here](https://mpv.io/installation/) or install it using any package manager supported by your OS. After inputting the path, restart the app.
Expand Down Expand Up @@ -130,6 +131,8 @@ chmod 4755 chrome-sandbox
sudo chown root:root chrome-sandbox
```

Ubunutu 24.04 specifically introduced breaking changes that affect how namespaces work. Please see https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#:~:text=security%20improvements%20 for possible fixes.

## Development

Built and tested using Node `v16.15.0`.
Expand Down

0 comments on commit 257e1e2

Please sign in to comment.