fix: use pre-built images in docker-compose
This commit is contained in:
parent
a00823544e
commit
2592b7a113
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
|
||||
services:
|
||||
mcaptcha:
|
||||
build: .
|
||||
image: mcaptcha/mcaptcha:latest
|
||||
ports:
|
||||
- 7000:7000
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue