We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ace86 commit d5ea64cCopy full SHA for d5ea64c
mainframe/docker-compose.yml
@@ -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