fix paths
This commit is contained in:
parent
e0bef77b64
commit
901a765d81
5 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Compose file:
|
||||
|
||||
[compose.yaml](../containers/docker/immich/compose.yaml)
|
||||
[compose.yaml](../docker/immich/compose.yaml)
|
||||
|
||||
For immich I added a dedicated user:
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
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`.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ I have a dedicated user:
|
|||
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
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ Nextcloud runs on
|
|||
|
||||
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:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# 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
|
||||
cd ~/projects/stuff/containers/docker/photoprism
|
||||
cd ~/projects/stuff/docker/photoprism
|
||||
docker compose up --detach
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue