immich: remove BOM from .sh files, renamed yml to yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#
|
#
|
||||||
# Immich install guide: https://immich.app/docs/install/docker-compose
|
# Immich install guide: https://immich.app/docs/install/docker-compose
|
||||||
#
|
#
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
CONTAINER="immich_postgres"
|
CONTAINER="immich_postgres"
|
||||||
|
|||||||
Reference in New Issue
Block a user