From deeb795c3732c6ec1942f9607a85d6c8845fece0 Mon Sep 17 00:00:00 2001 From: Jeff Vandrew Jr <43861226+JeffVandrewJr@users.noreply.github.com> Date: Tue, 21 May 2019 21:24:48 -0400 Subject: [PATCH] Roll Back Isso, Bump LibrePatron The prior Isso version bump was more trouble than it's worth. This rolls back the Isso container. It simultaneously updates the LibrePatron container to fix the issue that the Isso version bump was supposed to fix. --- .../docker-fragments/opt-add-librepatron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-generator/docker-fragments/opt-add-librepatron.yml b/docker-compose-generator/docker-fragments/opt-add-librepatron.yml index a2f277e..2a6ab99 100644 --- a/docker-compose-generator/docker-fragments/opt-add-librepatron.yml +++ b/docker-compose-generator/docker-fragments/opt-add-librepatron.yml @@ -3,7 +3,7 @@ services: librepatron: container_name: librepatron restart: unless-stopped - image: jvandrew/librepatron:0.7.35 + image: jvandrew/librepatron:0.7.37 expose: - "8006" volumes: @@ -23,7 +23,7 @@ services: isso: container_name: isso restart: unless-stopped - image: jvandrew/isso:atron.23 + image: jvandrew/isso:atron.22 expose: - "8080" volumes: