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
commit 07cce460b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: