Fixed firefly cron url
This commit is contained in:
@@ -60,7 +60,7 @@ services:
|
|||||||
image: alpine
|
image: alpine
|
||||||
restart: always
|
restart: always
|
||||||
container_name: firefly_iii_cron
|
container_name: firefly_iii_cron
|
||||||
command: sh -c "echo \"0 3 * * * wget -qO- http://app:8080/api/v1/cron/Y5uNSbJoK4FKUC9gVE5hq8YFEbFmc6BK\" | crontab - && crond -f -L /dev/stdout"
|
command: sh -c "echo \"0 3 * * * wget -qO- https://firefly.local.{{ personal_domain }}/api/v1/cron/Y5uNSbJoK4FKUC9gVE5hq8YFEbFmc6BK\" | crontab - && crond -f -L /dev/stdout"
|
||||||
networks:
|
networks:
|
||||||
- firefly_iii
|
- firefly_iii
|
||||||
- default
|
- default
|
||||||
|
Reference in New Issue
Block a user