Merge pull request #151 from Korkman/patch-2

Point docker-compose.yml to "latest", add "build"
This commit is contained in:
hrj
2022-03-02 17:50:52 +05:30
committed by GitHub

View File

@@ -3,7 +3,9 @@ version: "3.6"
services:
lc-core:
container_name: "libre-captcha"
image: librecaptcha/lc-core:1.0.0-stable
image: librecaptcha/lc-core:latest
# Comment "image" & uncomment "build" if you intend to build from source
#build: .
volumes:
- "./docker-data:/lc-core/data"
ports: