Files

10 lines
148 B
YAML
Raw Permalink Normal View History

services:
cc-hook:
build: .
container_name: cc-hook
ports:
- "8082:8082"
env_file:
- .env
restart: unless-stopped