Point docker-compose.yml to "latest"

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.
This commit is contained in:
Korkman 2022-03-02 12:25:24 +01:00 committed by GitHub
parent f0659da3eb
commit c3eb078635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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