mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 06:23:19 -05:00
13 lines
287 B
YAML
13 lines
287 B
YAML
version: "3.6"
|
|
|
|
services:
|
|
lc-core:
|
|
container_name: "libre-captcha"
|
|
image: librecaptcha/lc-core:latest
|
|
# Comment "image" & uncomment "build" if you intend to build from source
|
|
#build: .
|
|
volumes:
|
|
- "./docker-data:/lc-core/data"
|
|
ports:
|
|
- "8888:8888"
|