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.
12 lines
239 B
YAML
12 lines
239 B
YAML
name: cup
|
|
services:
|
|
cup:
|
|
image: ghcr.io/sergi0g/cup:latest
|
|
container_name: cup # Optional
|
|
restart: unless-stopped
|
|
command: serve
|
|
ports:
|
|
- 8001:8000
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|