1
0
Fork 0
Updated docker-compose examples to take into account the changed HTTP port of immich-server
This commit is contained in:
Salvoxia 2024-10-15 21:52:58 +02:00
parent 9d0e73ea40
commit fd5f0d5139

View file

@ -178,7 +178,7 @@ services:
image: salvoxia/immich-folder-album-creator:latest image: salvoxia/immich-folder-album-creator:latest
restart: unless-stopped restart: unless-stopped
environment: environment:
API_URL: http://immich_server:3001/api API_URL: http://immich_server:2283/api
API_KEY: xxxxxxxxxxxxxxxxx API_KEY: xxxxxxxxxxxxxxxxx
ROOT_PATH: /external_libs/photos ROOT_PATH: /external_libs/photos
CRON_EXPRESSION: "0 * * * *" CRON_EXPRESSION: "0 * * * *"