diff --git a/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 b/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 index 058b153419..d59c13406d 100644 --- a/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 @@ -20,7 +20,7 @@ services: options: tag: "docker-mariadb" lodgeit: - image: quay.io/opendevorg/lodgeit + image: docker.io/opendevorg/lodgeit depends_on: - mariadb restart: always