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 22:02:21 +02:00
parent fd5f0d5139
commit b22ef4581b

View file

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