Add MATCHY_TAG to control which image tag compose will use
This commit is contained in:
parent
e4baf2e7aa
commit
a3c543493a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
matchy:
|
||||
image: ghcr.io/mdiluz/matchy:latest
|
||||
image: ghcr.io/mdiluz/matchy:${MATCHY_TAG:-latest}
|
||||
env_file: ".env"
|
||||
volumes:
|
||||
- ${MATCHY_DATA:-./.matchy}:/usr/src/app/.matchy
|
Loading…
Add table
Reference in a new issue