Skip to content

Commit c4652ad

Browse files
jkyberneeesclaude
andcommitted
fix(docker): mount crontab rw so it is editable from inside the container
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a60e658 commit c4652ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)