mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 23:14:21 +01:00
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.
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
|||||||
isso:
|
isso:
|
||||||
container_name: isso
|
container_name: isso
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: jvandrew/isso:atron.22
|
image: jvandrew/isso:atron.23
|
||||||
expose:
|
expose:
|
||||||
- "8080"
|
- "8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user