mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 22:43:20 -05:00
11 lines
202 B
YAML
11 lines
202 B
YAML
version: "3.6"
|
|
|
|
services:
|
|
lc-core:
|
|
container_name: "libre-captcha"
|
|
image: librecaptcha/lc-core:1.0.0-stable
|
|
volumes:
|
|
- "./docker-data:/lc-core/data"
|
|
ports:
|
|
- "8888:8888"
|