zjrwtx commited on
Commit
e63866f
·
1 Parent(s): a3b28c2

Create docker-compose.yml

Browse files
Files changed (1) hide show
  1. docker-compose.yml +8 -0
docker-compose.yml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ version: '3.8'
2
+
3
+ services:
4
+ identification:
5
+ image: zjrwtx/identification:v2
6
+ ports:
7
+ - "7860:7860"
8
+ restart: always