diff --git a/README.md b/README.md index 39d59be1..c2459c05 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. @@ -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`.