mirror of https://gitee.com/godoos/godoos.git
2 changed files with 21 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||||
|
version: '3.8' |
||||
|
|
||||
|
services: |
||||
|
godoos: |
||||
|
build: |
||||
|
context: . |
||||
|
dockerfile: Dockerfile |
||||
|
image: godoos/godoos:latest |
||||
|
ports: |
||||
|
- "56780:56780" |
||||
|
command: ["/godoos"] |
Loading…
Reference in new issue