Skip to content

Commit

Permalink
changed immich server service name
Browse files Browse the repository at this point in the history
  • Loading branch information
BladeWDR committed Apr 17, 2024
1 parent 883dd1c commit 890c1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services-available/immich.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
---
# description: Container for running immich, a self-hosted Google Photos alternative.
# https://immich.app/docs/install/environment-variables

Expand All @@ -8,7 +8,7 @@ networks:
immich-db:

services:
immich-server:
immich:
container_name: ${IMMICH_CONTAINER_NAME:-immich}
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-v1.95.1}
command: ["start.sh", "immich"]
Expand Down

0 comments on commit 890c1b7

Please sign in to comment.