diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 00000000..e002248a --- /dev/null +++ b/compose.yaml @@ -0,0 +1,9 @@ +services: + cinny: + image: ajbura/cinny:latest + container_name: cinny + restart: unless-stopped + ports: + - 1337:80 + volumes: + - ./cinny/config.json:/app/config.json