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:
parent
f0659da3eb
commit
c3eb078635
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue