mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 14:33:20 -05:00
Merge pull request #151 from Korkman/patch-2
Point docker-compose.yml to "latest", add "build"
This commit is contained in:
commit
07cce460b7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user