README
Updated docker-compose examples to take into account the changed HTTP port of immich-server
This commit is contained in:
parent
9d0e73ea40
commit
fd5f0d5139
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,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 * * * *"
|
||||
|
|
Loading…
Reference in a new issue