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.
This commit is contained in:
Jeff Vandrew Jr
2019-05-21 21:24:48 -04:00
committed by GitHub
parent 8363c38bd3
commit deeb795c37

View File

@@ -3,7 +3,7 @@ services:
librepatron: librepatron:
container_name: librepatron container_name: librepatron
restart: unless-stopped restart: unless-stopped
image: jvandrew/librepatron:0.7.35 image: jvandrew/librepatron:0.7.37
expose: expose:
- "8006" - "8006"
volumes: volumes:
@@ -23,7 +23,7 @@ services:
isso: isso:
container_name: isso container_name: isso
restart: unless-stopped restart: unless-stopped
image: jvandrew/isso:atron.23 image: jvandrew/isso:atron.22
expose: expose:
- "8080" - "8080"
volumes: volumes: