Skip to content

Commit

Permalink
Correct config path
Browse files Browse the repository at this point in the history
  • Loading branch information
saravahdatipour committed Jan 20, 2025
1 parent 595f756 commit 7f29a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ EXPOSE 8080

WORKDIR /app

ENTRYPOINT ["/app/watchdogd"]
ENTRYPOINT ["/app/watchdogd" , "--config","/config/config.yaml"]
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ services:
ports:
- "8080:8080"
volumes:
- ./config.yaml:/app/config.yaml
- ./config.yaml:/config/config.yaml

0 comments on commit 7f29a29

Please sign in to comment.