Normalize quoting and whitespace in compose files

Standardize formatting across multiple docker-compose.yml files: convert single quotes to double quotes for ports/args, fix inconsistent newlines at EOF, remove trailing spaces and stray blank lines, and tidy comments. Reformat ListSync healthcheck into a YAML sequence for clarity. Remove the obsolete Immich/docker-compose.yml.old file. These are non-functional cleanup changes to improve consistency and readability.
This commit is contained in:
2026-02-12 20:44:54 +02:00
parent 886878797d
commit 9cf711fc67
27 changed files with 52 additions and 103 deletions

View File

@@ -1,4 +1,3 @@
services:
filebrowser:
environment:
@@ -17,8 +16,8 @@ services:
# Advanced: If you plan to run with a different user besides root or filebrowser, you will need to mount a tmp directory.
# - './tmp/:/home/filebrowser/tmp/'
ports:
- '8081:80' # the left 80 is the port **you will use** to access. The right 80 is the container port that **must match the config.yaml**
- "8081:80" # the left 80 is the port **you will use** to access. The right 80 is the container port that **must match the config.yaml**
image: gtstef/filebrowser
# Optionally run as non-root filebrowser user
#user: filebrowser
restart: unless-stopped
restart: unless-stopped