update docker tag in README and docker-compose

This commit is contained in:
hrj 2021-12-10 09:52:50 +05:30
parent 6ee4aa596d
commit 0ce5e23e2f
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ docker-compose up
Using `docker`:
```
docker run -v lcdata:/lc-core/data librecaptcha/lc-core:latest
docker run -v lcdata:/lc-core/data librecaptcha/lc-core:1.1.0-stable
```
A default `config.json` is automatically created in the mounted volume.

View File

@ -3,7 +3,7 @@ version: "3.6"
services:
lc-core:
container_name: "libre-captcha"
image: librecaptcha/lc-core:latest
image: librecaptcha/lc-core:1.0.0-stable
volumes:
- "./docker-data:/lc-core/data"
ports: