File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ services:
7575 - ./config.restricted.json:/home/odek/.odek/config.json:ro
7676 # Scheduled reminders: supercronic runs the jobs in ./crontab and
7777 # delivers results to ODEK_TELEGRAM_DEFAULT_CHAT_ID via `--deliver`.
78- - ./crontab:/home/odek/.crontabs/crontab:ro
78+ - ./crontab:/home/odek/.crontabs/crontab:rw
7979 restart : unless-stopped
8080
8181 # ── Telegram bot — Godmode (no prompts; unrestricted) ──
@@ -96,5 +96,5 @@ services:
9696 - ./config.godmode.json:/home/odek/.odek/config.json:ro
9797 # Scheduled reminders: supercronic runs the jobs in ./crontab and
9898 # delivers results to ODEK_TELEGRAM_DEFAULT_CHAT_ID via `--deliver`.
99- - ./crontab:/home/odek/.crontabs/crontab:ro
99+ - ./crontab:/home/odek/.crontabs/crontab:rw
100100 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments