From 96c851bde2fd5b9a84b92d9a8c6f02715b718838 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sat, 17 Jan 2026 20:01:04 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20typo=20=E2=80=9Cenviconment=E2=80=9D?= 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 ca69a1ed5..6bc12cf00 100644 --- a/setup/docker/arm64/compose.yaml +++ b/setup/docker/arm64/compose.yaml @@ -143,7 +143,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" @@ -225,4 +225,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 7d30c3693..4ca3f2df9 100644 --- a/setup/docker/compose.yaml +++ b/setup/docker/compose.yaml @@ -144,7 +144,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" @@ -241,4 +241,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 938c8422d..7c1778e04 100644 --- a/setup/docker/nvidia/compose.yaml +++ b/setup/docker/nvidia/compose.yaml @@ -144,7 +144,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" @@ -241,4 +241,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