Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from mdiluz/update-compose-restart
Browse files Browse the repository at this point in the history
Ensure the container restarts automatically
  • Loading branch information
mdiluz authored Aug 24, 2024
2 parents 92d4816 + 7479b8f commit be447b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
matchy:
image: ghcr.io/mdiluz/matchy:${MATCHY_TAG:-latest}
image: ghcr.io/mdiluz/matchy:${MATCHY_TAG:-edge}
restart: always
env_file: ".env"
volumes:
- ${MATCHY_DATA:-./.matchy}:/usr/src/app/.matchy
- ${MATCHY_DATA:-./.matchy}:/usr/src/app/.matchy

0 comments on commit be447b0

Please sign in to comment.