Skip to content

Commit

Permalink
autoheal is now tagged as well
Browse files Browse the repository at this point in the history
  • Loading branch information
djanderson committed Nov 14, 2018
1 parent e30c940 commit 2153390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -83,7 +83,7 @@ services:
build:
context: .
dockerfile: Dockerfile-autoheal
image: smsntia/autoheal
image: smsntia/autoheal:${DOCKER_TAG} # DOCKER_TAG will always be 'latest' for GitHub source
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./entrypoints/autoheal_entrypoint.sh:/entrypoints/autoheal_entrypoint.sh:ro
Expand Down

0 comments on commit 2153390

Please sign in to comment.