We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1ed8a commit fe976b8Copy full SHA for fe976b8
docker-compose.yml
@@ -0,0 +1,10 @@
1
+version: '3.9'
2
+
3
+services:
4
5
+ dynamo-ui:
6
+ image: instructure/dynamo-local-admin
7
+ hostname: dynamo-ui
8
+ container_name: dynamo-ui
9
+ ports:
10
+ - "8009:8000"
0 commit comments