mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
update
This commit is contained in:
+2
-4
@@ -38,8 +38,7 @@ Starting point for me was [this viggy96 repo](https://github.com/viggy96/contain
|
|||||||
├── jellyfin-config/
|
├── jellyfin-config/
|
||||||
├── transcodes/
|
├── transcodes/
|
||||||
├── .env
|
├── .env
|
||||||
├── docker-compose.yml
|
└── docker-compose.yml
|
||||||
└── jellyfin-backup-script.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* `/mnt/bigdisk/...` - a mounted media storage share
|
* `/mnt/bigdisk/...` - a mounted media storage share
|
||||||
@@ -48,9 +47,8 @@ Starting point for me was [this viggy96 repo](https://github.com/viggy96/contain
|
|||||||
* `transcodes/` - transcoded video storage
|
* `transcodes/` - transcoded video storage
|
||||||
* `.env` - a file containing environment variables for docker compose
|
* `.env` - a file containing environment variables for docker compose
|
||||||
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
|
* `docker-compose.yml` - a docker compose file, telling docker how to run the containers
|
||||||
* `jellyfin-backup-script.sh` - a backup script if you want it
|
|
||||||
|
|
||||||
You only need to provide the files.</br>
|
You only need to provide the two files.</br>
|
||||||
The directories are created by docker compose on the first run.
|
The directories are created by docker compose on the first run.
|
||||||
|
|
||||||
# docker-compose
|
# docker-compose
|
||||||
|
|||||||
Reference in New Issue
Block a user