mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-12 02:00:28 +03:00
9 lines
196 B
YAML
9 lines
196 B
YAML
services:
|
|
cinny:
|
|
image: ajbura/cinny:latest
|
|
container_name: cinny
|
|
restart: unless-stopped
|
|
ports:
|
|
- 1337:80
|
|
volumes:
|
|
- ./cinny/config.json:/app/config.json
|