Skip to content

Commit 8bc567e

Browse files
committed
fix: add LILA_URL to lila service
1 parent 3069299 commit 8bc567e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- lila-network
2424
environment:
2525
- LILA_DOMAIN=${LILA_DOMAIN:-localhost:8080}
26+
- LILA_URL=${LILA_URL:-http://localhost:8080}
2627
- ENABLE_MONITORING=${ENABLE_MONITORING:-false}
2728
volumes:
2829
- ./repos/lila:/lila

0 commit comments

Comments
 (0)