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
328 B
YAML
12 lines
328 B
YAML
name: nexterm
|
|
services:
|
|
nexterm:
|
|
environment:
|
|
ENCRYPTION_KEY: "828e720745f57b94c0b2fe64a94e31b6413c1f189d6a533acc844db35753bbb0" # Replace with your generated key
|
|
ports:
|
|
- "6989:6989"
|
|
restart: always
|
|
volumes:
|
|
- C:\Data\AppData\nexterm\data:/app/data
|
|
image: germannewsmaker/nexterm:latest
|