Browse Source

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.
feature/more-args
Jeff Vandrew Jr 6 years ago
committed by GitHub
parent
commit
deeb795c37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docker-compose-generator/docker-fragments/opt-add-librepatron.yml

4
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:

Loading…
Cancel
Save