mirror of
https://github.com/GiriNeko/vlmcsd-docker.git
synced 2025-12-16 13:27:02 +00:00
Add docker scripts
This commit is contained in:
parent
790be46393
commit
868d58d0ce
3 changed files with 35 additions and 1 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
|
||||
vlmcsd:
|
||||
build: .
|
||||
ports:
|
||||
- "1688:1688"
|
||||
restart: always
|
||||
Loading…
Add table
Add a link
Reference in a new issue