diff --git a/docker-compose.yaml b/docker-compose.yaml index bbbb60e..1f813c8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -18,7 +18,7 @@ services: image: alpine container_name: discord_status_cron depends_on: - - discord_status_bot + - bot volumes: - ./crontab:/etc/crontabs/root:ro command: sh -c "apk add --no-cache curl && crond -f"