Skip to content

Commit 43b8c1b

Browse files
committed
fix add missing env var in docker-compose
1 parent a125eaa commit 43b8c1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
restart: unless-stopped
1111
environment:
1212
# Configuration via environment variables (with defaults)
13+
- SERVICE_URL_LSGET
1314
- LSGET_ADDR=${LSGET_ADDR:-0.0.0.0:8080}
1415
- LSGET_DIR=${LSGET_DIR:-/data}
1516
- LSGET_LOGFILE=${LSGET_LOGFILE:-/logs/access.log}

0 commit comments

Comments
 (0)