Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shocknet-justin authored Oct 17, 2024
1 parent 987970a commit 015090a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
USERID: ${USERID:-1000}
GROUPID: ${GROUPID:-1000}
stop_grace_period: 2m
image: polarlightning/lnd:0.18.0-beta
image: polarlightning/lnd:0.18.3-beta
container_name: polar-n2-alice
hostname: alice
command: >-
Expand All @@ -48,7 +48,7 @@ services:
USERID: ${USERID:-1000}
GROUPID: ${GROUPID:-1000}
stop_grace_period: 2m
image: polarlightning/lnd:0.18.0-beta
image: polarlightning/lnd:0.18.3-beta
container_name: polar-n2-bob
hostname: bob
command: >-
Expand All @@ -69,7 +69,7 @@ services:
USERID: ${USERID:-1000}
GROUPID: ${GROUPID:-1000}
stop_grace_period: 2m
image: polarlightning/lnd:0.18.0-beta
image: polarlightning/lnd:0.18.3-beta
container_name: polar-n2-carol
hostname: carol
command: >-
Expand All @@ -90,7 +90,7 @@ services:
USERID: ${USERID:-1000}
GROUPID: ${GROUPID:-1000}
stop_grace_period: 2m
image: polarlightning/lnd:0.18.0-beta
image: polarlightning/lnd:0.18.3-beta
container_name: polar-n2-dave
hostname: dave
command: >-
Expand Down

0 comments on commit 015090a

Please sign in to comment.