add a compose.yaml

This commit is contained in:
Dome 2025-03-28 12:41:00 +01:00 committed by GitHub
parent 405d1f6789
commit 4faee17618
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
compose.yaml Normal file
View file

@ -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