diff --git a/docker-compose.yml b/docker-compose.yml index 2bafbfb..b4fa833 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file