We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674c172 commit 9ac59b2Copy full SHA for 9ac59b2
docker-compose.yml
@@ -0,0 +1,10 @@
1
+version: "3.6"
2
+
3
+services:
4
+ driver-did-btc1:
5
+ image: universalresolver/universal-resolver-frontend:latest
6
+ container_name: universal-resolver-frontend
7
+ ports:
8
+ - "7081:7081"
9
+ environment:
10
+ BACKEND_URL: http://localhost:8080
0 commit comments