docker compose: use published image instead of local build

This commit is contained in:
hrj 2021-04-01 13:24:01 +05:30
parent 206c6a5329
commit d1d6ea10cb
1 changed files with 1 additions and 2 deletions

View File

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