cinny/docker-compose.yml

12 lines
201 B
YAML

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