Skip to content

Commit fe976b8

Browse files
author
Darren Govoni
committedSep 5, 2022
Updates
1 parent 5a1ed8a commit fe976b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎docker-compose.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)