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