chore: fix up docs placeholders

chore/fix-docs-placeholders
bo0tzz 2026-06-03 22:57:57 +02:00
parent 9d4a6614b1
commit 2caf9764cb
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ services:
traefik.enable: true traefik.enable: true
# increase readingTimeouts for the entrypoint used here # increase readingTimeouts for the entrypoint used here
traefik.http.routers.immich.entrypoints: websecure traefik.http.routers.immich.entrypoints: websecure
traefik.http.routers.immich.rule: Host(`immich.your-domain.com`) traefik.http.routers.immich.rule: Host(`immich.example.com`)
traefik.http.services.immich.loadbalancer.server.port: 2283 traefik.http.services.immich.loadbalancer.server.port: 2283
``` ```

View File

@ -90,7 +90,7 @@ immich-admin list-users
[ [
{ {
id: 'e65e6f88-2a30-4dbe-8dd9-1885f4889b53', id: 'e65e6f88-2a30-4dbe-8dd9-1885f4889b53',
email: 'immich@example.com.com', email: 'immich@example.com',
name: 'Immich Admin', name: 'Immich Admin',
storageLabel: 'admin', storageLabel: 'admin',
externalPath: null, externalPath: null,

View File

@ -17,7 +17,7 @@ services:
ports: ports:
- "8888:80" - "8888:80"
environment: environment:
PGADMIN_DEFAULT_EMAIL: user-name@domain-name.com PGADMIN_DEFAULT_EMAIL: admin@example.com
PGADMIN_DEFAULT_PASSWORD: strong-password PGADMIN_DEFAULT_PASSWORD: strong-password
volumes: volumes:
- pgadmin-data:/var/lib/pgadmin - pgadmin-data:/var/lib/pgadmin