From 8ffbdbffb0d2c72f343bc462c37fa0aae23e50c9 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Wed, 28 Jan 2026 09:32:28 +0100 Subject: [PATCH] =?UTF-8?q?Setup:=20Fix=20typo=20=E2=80=9Cenviconment?= =?UTF-8?q?=E2=80=9D=20in=20compose=20config=20examples=20#5424?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/docker/arm64/compose.yaml | 4 ++-- setup/docker/compose.yaml | 4 ++-- setup/docker/nvidia/compose.yaml | 4 ++-- setup/podman/docker-compose.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/setup/docker/arm64/compose.yaml b/setup/docker/arm64/compose.yaml index 05ff30c7c..42e18b837 100644 --- a/setup/docker/arm64/compose.yaml +++ b/setup/docker/arm64/compose.yaml @@ -145,7 +145,7 @@ services: ## Never store database files on an unreliable device such as a USB flash drive, an SD card, or a shared network folder: volumes: - "./database:/var/lib/mysql" # DO NOT REMOVE - ## See https://link.photoprism.app/mariadb-enviconment-variables: + ## See https://link.photoprism.app/mariadb-environment-variables: environment: MARIADB_AUTO_UPGRADE: "1" MARIADB_INITDB_SKIP_TZINFO: "1" @@ -227,4 +227,4 @@ services: WATCHTOWER_POLL_INTERVAL: 7200 # checks for updates every 2 hours volumes: - "/var/run/docker.sock:/var/run/docker.sock" - - "~/.docker/config.json:/config.json" # optional, for authentication if you have a Docker Hub account + - "~/.docker/config.json:/config.json" # optional, for authentication if you have a Docker Hub account \ No newline at end of file diff --git a/setup/docker/compose.yaml b/setup/docker/compose.yaml index 89c440e89..bdfe69e51 100644 --- a/setup/docker/compose.yaml +++ b/setup/docker/compose.yaml @@ -146,7 +146,7 @@ services: ## Never store database files on an unreliable device such as a USB flash drive, an SD card, or a shared network folder: volumes: - "./database:/var/lib/mysql" # DO NOT REMOVE - ## See https://link.photoprism.app/mariadb-enviconment-variables: + ## See https://link.photoprism.app/mariadb-environment-variables: environment: MARIADB_AUTO_UPGRADE: "1" MARIADB_INITDB_SKIP_TZINFO: "1" @@ -243,4 +243,4 @@ services: WATCHTOWER_POLL_INTERVAL: 7200 # checks for updates every 2 hours volumes: - "/var/run/docker.sock:/var/run/docker.sock" - - "~/.docker/config.json:/config.json" # optional, for authentication if you have a Docker Hub account + - "~/.docker/config.json:/config.json" # optional, for authentication if you have a Docker Hub account \ No newline at end of file diff --git a/setup/docker/nvidia/compose.yaml b/setup/docker/nvidia/compose.yaml index c04b8d736..edb6272da 100644 --- a/setup/docker/nvidia/compose.yaml +++ b/setup/docker/nvidia/compose.yaml @@ -146,7 +146,7 @@ services: ## Never store database files on an unreliable device such as a USB flash drive, an SD card, or a shared network folder: volumes: - "./database:/var/lib/mysql" # DO NOT REMOVE - ## See https://link.photoprism.app/mariadb-enviconment-variables: + ## See https://link.photoprism.app/mariadb-environment-variables: environment: MARIADB_AUTO_UPGRADE: "1" MARIADB_INITDB_SKIP_TZINFO: "1" @@ -243,4 +243,4 @@ services: WATCHTOWER_POLL_INTERVAL: 7200 # checks for updates every 2 hours volumes: - "/var/run/docker.sock:/var/run/docker.sock" - - "~/.docker/config.json:/config.json" # optional, for authentication if you have a Docker Hub account + - "~/.docker/config.json:/config.json" # optional, for authentication if you have a Docker Hub account \ No newline at end of file diff --git a/setup/podman/docker-compose.yml b/setup/podman/docker-compose.yml index 83663534f..b20ea7d43 100644 --- a/setup/podman/docker-compose.yml +++ b/setup/podman/docker-compose.yml @@ -131,7 +131,7 @@ services: command: --innodb-buffer-pool-size=2G --transaction-isolation=READ-COMMITTED --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=512 --innodb-rollback-on-timeout=OFF --innodb-lock-wait-timeout=120 volumes: - "./database:/var/lib/mysql" # DO NOT REMOVE - ## See https://link.photoprism.app/mariadb-enviconment-variables: + ## See https://link.photoprism.app/mariadb-environment-variables: environment: MARIADB_AUTO_UPGRADE: "1" MARIADB_INITDB_SKIP_TZINFO: "1" @@ -142,4 +142,4 @@ services: ## When specified, the container will connect to this host and replicate from it (for advanced users only): # MARIADB_MASTER_HOST: "" # MARIADB_REPLICATION_USER: "" - # MARIADB_REPLICATION_PASSWORD: "" + # MARIADB_REPLICATION_PASSWORD: "" \ No newline at end of file