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.
15 lines
358 B
YAML
15 lines
358 B
YAML
name: nginxproxymanager
|
|
services:
|
|
app:
|
|
image: "jc21/nginx-proxy-manager:latest"
|
|
restart: unless-stopped
|
|
environment:
|
|
TZ: Africa/Tripoli
|
|
ports:
|
|
- "80:80"
|
|
- "81:81"
|
|
- "443:443"
|
|
volumes:
|
|
- C:\Data\AppData\nginxproxymanager\data:/data
|
|
- C:\Data\AppData\nginxproxymanager\etc\letsencrypt:/etc/letsencrypt
|