docker compose: use published image instead of local build
This commit is contained in:
parent
206c6a5329
commit
d1d6ea10cb
|
@ -3,8 +3,7 @@ version: "3.8"
|
|||
services:
|
||||
lc-core:
|
||||
container_name: "libre-captcha"
|
||||
build: ./
|
||||
image: librecapthca/lc-core:latest
|
||||
image: librecaptcha/lc-core:latest
|
||||
volumes:
|
||||
- "./docker-data:/lc-core/data"
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue