mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-27 04:53:13 -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:
|
services:
|
||||||
lc-core:
|
lc-core:
|
||||||
container_name: "libre-captcha"
|
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:
|
volumes:
|
||||||
- "./docker-data:/lc-core/data"
|
- "./docker-data:/lc-core/data"
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user