Skip to content

Commit 915020a

Browse files
committed
fix: wrong indentation for environment variable
1 parent 6770065 commit 915020a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ services:
441441
ports:
442442
- "8180:8081"
443443
environment:
444-
- RESOLVER_API_URL: ${uniresolver_driver_did_art_RESOLVER_API_URL}
444+
RESOLVER_API_URL: ${uniresolver_driver_did_art_RESOLVER_API_URL}
445445

446446
driver-did-nfd:
447447
image: txnlab/did-nfd-resolver:0.1.0

0 commit comments

Comments
 (0)