version: '3.9' services: cinny: build: context: . dockerfile: Dockerfile ports: - '127.0.0.1:9999:80' volumes: - "./config.json:/src/config.json"