diff --git a/docs/docs/administration/reverse-proxy.md b/docs/docs/administration/reverse-proxy.md index b53356139f..3c90c26cf9 100644 --- a/docs/docs/administration/reverse-proxy.md +++ b/docs/docs/administration/reverse-proxy.md @@ -112,7 +112,7 @@ services: traefik.enable: true # increase readingTimeouts for the entrypoint used here 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 ``` diff --git a/docs/docs/administration/server-commands.md b/docs/docs/administration/server-commands.md index 6938cfadd6..104c16c0a2 100644 --- a/docs/docs/administration/server-commands.md +++ b/docs/docs/administration/server-commands.md @@ -90,7 +90,7 @@ immich-admin list-users [ { id: 'e65e6f88-2a30-4dbe-8dd9-1885f4889b53', - email: 'immich@example.com.com', + email: 'immich@example.com', name: 'Immich Admin', storageLabel: 'admin', externalPath: null, diff --git a/docs/docs/guides/database-gui.md b/docs/docs/guides/database-gui.md index 67b658f838..f9e90c166c 100644 --- a/docs/docs/guides/database-gui.md +++ b/docs/docs/guides/database-gui.md @@ -17,7 +17,7 @@ services: ports: - "8888:80" environment: - PGADMIN_DEFAULT_EMAIL: user-name@domain-name.com + PGADMIN_DEFAULT_EMAIL: admin@example.com PGADMIN_DEFAULT_PASSWORD: strong-password volumes: - pgadmin-data:/var/lib/pgadmin