This commit is contained in:
Dome 2025-10-16 16:46:47 +02:00 committed by GitHub
commit 62204b43ac
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