File size: 177 Bytes
f909d7c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
version: '3.9'
services:
  jsoncrack:
    image: jsoncrack
    container_name: jsoncrack
    build: 
      context: .
      dockerfile: Dockerfile
    ports:
      - "8888:8080"