Closed Glideh closed 5 months ago
Yes with
compose exec immich-folder-album-creator /script/immich_auto_album.sh
One can also keep the config as a non running service with profiles: [donotstart]
immich-folder-album-creator:
container_name: immich_folder_album_creator
image: salvoxia/immich-folder-album-creator:latest
#[...]
profiles:
- donotstart
and use it only manually
compose run --rm immich-folder-album-creator /script/immich_auto_album.sh
If my service is configured on the compose stack to run CRONly like:
Is there a way to run the job manually ?