Skip to content

Commit

Permalink
Merge pull request #164 from ASQ-USI/feat-update-setup-procedure
Browse files Browse the repository at this point in the history
 Sets the devel branch as the default tag for Docker Images
  • Loading branch information
VincenzoFerme authored Dec 8, 2018
2 parents e37889d + e22556d commit efda088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.1'
services:
asq:
image: ${DOCKER_HUB_REPO:-asqhub/asq}:${DOCKER_HUB_IMAGE_TAG:-master}
image: ${DOCKER_HUB_REPO:-asqhub/asq}:${DOCKER_HUB_IMAGE_TAG:-devel}
container_name: asq
environment:
HOST: ${HOST:-127.0.0.1}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '2.1'
services:
asq:
image: ${DOCKER_HUB_REPO:-asqhub/asq}:${DOCKER_HUB_IMAGE_TAG:-master}
image: ${DOCKER_HUB_REPO:-asqhub/asq}:${DOCKER_HUB_IMAGE_TAG:-devel}
container_name: asq
environment:
HOST: ${HOST:-127.0.0.1}
Expand Down

0 comments on commit efda088

Please sign in to comment.