mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-27 04:53:13 -05:00
c3eb078635
More sane to point docker-compose.yml to "latest" instead of ageing version numbers. Also added commented-out build option which should be obvious but still helps.
12 lines
210 B
YAML
12 lines
210 B
YAML
version: "3.6"
|
|
|
|
services:
|
|
lc-core:
|
|
container_name: "libre-captcha"
|
|
image: librecaptcha/lc-core:latest
|
|
#build: .
|
|
volumes:
|
|
- "./docker-data:/lc-core/data"
|
|
ports:
|
|
- "8888:8888"
|