Skip to content

Commit

Permalink
Add command to run server in docker compose file (#693)
Browse files Browse the repository at this point in the history
Co-authored-by: Klaus <Klaus@Jupiter>
  • Loading branch information
KMe72 and Klaus authored Oct 17, 2024
1 parent 05188f4 commit 22fe495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/docker-compose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ To automate DAG executions based on cron expressions, it is necessary to run bot
volumes:
- dagu_config:/home/dagu/.config/dagu
- dagu_data:/home/dagu/.local/share
command: dagu server
depends_on:
- init
# scheduler process
Expand Down

0 comments on commit 22fe495

Please sign in to comment.