chore: update c-lightning-rest to 0.17.0 (#8)

This commit is contained in:
dni ⚡ 2024-04-24 14:06:57 +02:00 committed by GitHub
commit 1315000942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ services:
hostname: clightning-2-rest hostname: clightning-2-rest
depends_on: depends_on:
- clightning-2 - clightning-2
image: saubyk/c-lightning-rest:0.10.6 image: saubyk/c-lightning-rest:0.10.7
entrypoint: "sh -c 'sleep 35 && /sbin/tini -g -- ./docker-entrypoint.sh'" entrypoint: "sh -c 'sleep 35 && /sbin/tini -g -- ./docker-entrypoint.sh'"
ports: ports:
- 3001:3001 - 3001:3001