mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
add a compose.yaml
This commit is contained in:
parent
405d1f6789
commit
4faee17618
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