Browse Source

Bump Isso Container to Deal with Memory Leak

My isso boot script had a typo that for some users created a nasty memory leak. This fixes the issue.
feature/more-args
Jeff Vandrew Jr 6 years ago
committed by GitHub
parent
commit
b2ac95f29d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker-compose-generator/docker-fragments/opt-add-librepatron.yml

2
docker-compose-generator/docker-fragments/opt-add-librepatron.yml

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

Loading…
Cancel
Save