mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 22:43:20 -05:00
0b3cddc09d
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
12 lines
210 B
YAML
12 lines
210 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
lc-core:
|
|
container_name: "libre-captcha"
|
|
build: ./
|
|
image: librecapthca/lc-core:latest
|
|
volumes:
|
|
- "./docker-data:/lc-core/data"
|
|
ports:
|
|
- "8888:8888"
|