Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons authored Aug 19, 2021
1 parent 3df3a52 commit 3ef9802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ yadd:
ports:
- 3334:3334
volumes:
- ${PWD}/yadd/:/app/config/
- ${PWD}/yadd/config/:/app/config/
- ${PWD}/yadd/config/config.yaml:/app/config/config.yaml
healthcheck:
test: wget --quiet --tries=1 --spider http://localhost:3334/ || exit 1
interval: 10s
Expand Down

0 comments on commit 3ef9802

Please sign in to comment.