Skip to content

Commit 23e1030

Browse files
authored
Fix typo in docker-compose (#1475)
Fix typo in docker compose expose port configuration
1 parent 388ed9a commit 23e1030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembly/src/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- "61613"
2727
- "1883"
2828
- "61614"
29-
- "8161"`
29+
- "8161"
3030
- "1099"
3131
ports:
3232
- "8161:8161"

0 commit comments

Comments
 (0)