Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 34ba7ca

Browse files
committed
chore: update docker-compose
1 parent c9014f3 commit 34ba7ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
version: '3.7'
1+
version: "3.7"
22

33
services:
44
lnmarkets:
5-
image: ghcr.io/ln-markets/umbrel:v1.1.4@sha256:d9168a2a3e1016b7cd302cde579ae3013aac57ebeaf89c44f5dbc02f604779cc
6-
user: 1000:1000
5+
image: ghcr.io/ln-markets/umbrel:latest@sha256:7ef171d3e76d99706d2077b3f27b115a1dbff150b339378692d90ebe06f7761a
76
init: true
7+
user: 1000:1000
88
restart: on-failure
99
stop_grace_period: 1m
1010
ports:
11-
- '$APP_LNMARKETS_PORT:$APP_LNMARKETS_PORT'
11+
- "$APP_LNMARKETS_PORT:$APP_LNMARKETS_PORT"
1212
volumes:
1313
- ${LND_DATA_DIR}:/lnd:ro
1414
environment:
1515
LND_IP: $LND_IP
1616
LND_GRPC_PORT: $LND_GRPC_PORT
1717
BITCOIN_NETWORK: $BITCOIN_NETWORK
1818
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
19-
APP_PASSWORD: $APP_PASSWORD
2019
APP_DOMAIN: $APP_DOMAIN
20+
APP_PASSWORD: $APP_PASSWORD
2121
API_PORT: $APP_LNMARKETS_PORT
2222
networks:
2323
default:

0 commit comments

Comments
 (0)