Tweaking Immich services.

This commit is contained in:
Charish Patel
2025-01-28 16:41:20 -05:00
parent d5e03e8a08
commit f05d2fbf02
+2 -2
View File
@@ -1976,7 +1976,7 @@ services:
bind:
create_host_path: true
immich-server:
container_name: immich_server
container_name: immich-server
depends_on:
redis:
condition: service_started
@@ -2000,7 +2000,7 @@ services:
- ${DOCKER_VOLUME_STORAGE}/Pics:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
immich-machine-learning:
container_name: immich_machine_learning
container_name: immich-machine-learning
depends_on:
immich-server:
condition: service_started