🗃️ Committing everything that changed 🗃️

README.md
This commit is contained in:
casjay 2023-07-04 09:44:25 -04:00
parent 2aaf0ac019
commit 64e4745aa5
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -6,7 +6,12 @@ rarbg README
## Run container
```shell
docker run --name -casjaysdevdocker-rarbg casjaysdevdocker/rarbg bash
docker run -d \
--name casjaysdevdocker-rarbg \
-v "$HOME/.local/share/srv/docker/rarbg/rootfs/config":/config \
-v "$HOME/.local/share/srv/docker/rarbg/rootfs/data":/data \
-p 3333:3333 \
casjaysdevdocker/rarbg
```