mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
Merge 485530f871 into 46c02b89de
This commit is contained in:
commit
62204b43ac
1 changed files with 9 additions and 0 deletions
9
compose.yaml
Normal file
9
compose.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue