mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 04:40:51 +03:00
Created Installation (markdown)
22
Installation.md
Normal file
22
Installation.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Docker
|
||||
### Setup
|
||||
You need to set up several things before you can run the project.
|
||||
Create blank config file: `touch config.json`
|
||||
Run:
|
||||
```sh
|
||||
docker run --rm -it \
|
||||
--network=host \
|
||||
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
|
||||
ghcr.io/dmunozv04/isponsorblocktv \
|
||||
--setup
|
||||
```
|
||||
## Run
|
||||
```sh
|
||||
docker pull ghcr.io/dmunozv04/isponsorblocktv
|
||||
docker run -d \
|
||||
--name iSponsorBlockTV \
|
||||
--restart=unless-stopped \
|
||||
--network=host \
|
||||
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
|
||||
ghcr.io/dmunozv04/isponsorblocktv
|
||||
```
|
||||
Reference in New Issue
Block a user