fix paths

This commit is contained in:
Moni Ghaoui 2025-04-14 21:56:18 +02:00
parent e0bef77b64
commit 901a765d81
5 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
Compose file: Compose file:
[compose.yaml](../containers/docker/immich/compose.yaml) [compose.yaml](../docker/immich/compose.yaml)
For immich I added a dedicated user: For immich I added a dedicated user:

View file

@ -2,7 +2,7 @@
Compose file: Compose file:
* [compose.yaml](../containers/docker/jellyfin/compose.yaml) * [compose.yaml](../docker/jellyfin/compose.yaml)
I made a user names `jellyfin` and put its uid:guid in the compose file. All the files are in the home directory of that user `/home/jellyfin`. I made a user names `jellyfin` and put its uid:guid in the compose file. All the files are in the home directory of that user `/home/jellyfin`.

View file

@ -6,7 +6,7 @@ I have a dedicated user:
sudo useradd nextcloud sudo useradd nextcloud
``` ```
I'm running the Nextcloud All-In-One container. In order to make it easy I have a [stop](../containers/docker/nextcloud/stop.sh) and [restart](../containers/docker/nextcloud/stop.sh) script. I'm running the Nextcloud All-In-One container. In order to make it easy I have a [stop](../docker/nextcloud/stop.sh) and [restart](../docker/nextcloud/stop.sh) script.
Nextcloud runs on Nextcloud runs on
@ -14,7 +14,7 @@ Nextcloud runs on
When you first start it up, you need to first disable the SSL from within the container: When you first start it up, you need to first disable the SSL from within the container:
* [Ugly hack README](../containers/docker/nextcloud/README.md) * [Ugly hack README](../docker/nextcloud/README.md)
And then go to: And then go to:

View file

@ -1,9 +1,9 @@
# Photoprism # Photoprism
What we are really running on this machine is Photoprism using this [docker-compose](../containers/docker/photoprism/docker-compose.yml) file, like this: What we are really running on this machine is Photoprism using this [docker-compose](../docker/photoprism/docker-compose.yml) file, like this:
```sh ```sh
cd ~/projects/stuff/containers/docker/photoprism cd ~/projects/stuff/docker/photoprism
docker compose up --detach docker compose up --detach
``` ```

View file

@ -2,7 +2,7 @@
Compose file: Compose file:
* [compose.yaml](../containers/docker/qbittorrent/docker-compose.yml) * [compose.yaml](../docker/qbittorrent/docker-compose.yml)
qBittorrent uses the same user as jellyfin which writes everything to `/home/jellyfin` qBittorrent uses the same user as jellyfin which writes everything to `/home/jellyfin`