mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-04-01 09:43:38 -04:00
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:
|
services:
|
||||||
lc-core:
|
lc-core:
|
||||||
container_name: "libre-captcha"
|
container_name: "libre-captcha"
|
||||||
build: ./
|
image: librecaptcha/lc-core:latest
|
||||||
image: librecapthca/lc-core:latest
|
|
||||||
volumes:
|
volumes:
|
||||||
- "./docker-data:/lc-core/data"
|
- "./docker-data:/lc-core/data"
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user