immich: remove BOM from .sh files, renamed yml to yaml

This commit is contained in:
v.karaychentsev
2026-02-20 20:10:20 +03:00
parent ad5fad1bd3
commit c8902ca953
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored # The location where your uploaded files are stored
UPLOAD_LOCATION=/srv/photo/immich UPLOAD_LOCATION=/srv/photo/immich

View File

@@ -1,4 +1,4 @@
# run pg_dump # run pg_dump
bash /home/backups/docker/immich/dump_db.sh bash /home/backups/docker/immich/dump_db.sh
# stop immich # stop immich

View File

@@ -1,4 +1,4 @@
# start immich # start immich
docker compose -f /home/backups/docker/immich/docker-compose.yaml start docker compose -f /home/backups/docker/immich/docker-compose.yaml start
# remove temp backup file # remove temp backup file

View File

@@ -1,4 +1,4 @@
# #
# Immich install guide: https://immich.app/docs/install/docker-compose # Immich install guide: https://immich.app/docs/install/docker-compose
# #

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
set -e set -e
CONTAINER="immich_postgres" CONTAINER="immich_postgres"