mirror of https://gitee.com/answerdev/answer.git
up docker-compose
This commit is contained in:
parent
8e7c6d2f8a
commit
513c0cf2ff
|
@ -1,4 +1,4 @@
|
|||
version: "3"
|
||||
version: "1.0.0"
|
||||
services:
|
||||
answer:
|
||||
build:
|
||||
|
@ -7,3 +7,5 @@ services:
|
|||
volumes:
|
||||
- ./data:/data
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 9080:80
|
||||
|
|
Loading…
Reference in New Issue