Skip to content

Commit d5ea64c

Browse files
committed
Mainframe play
1 parent 57ace86 commit d5ea64c

File tree

2 files changed

+748
-0
lines changed

2 files changed

+748
-0
lines changed

mainframe/docker-compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: "3"
2+
services:
3+
mainframe:
4+
platform: linux/amd64
5+
image: skunklabz/tk4-hercules
6+
ports: # host:container
7+
- "3270:3270"
8+
- "8038:8038"

0 commit comments

Comments
 (0)