Bump score to 1.0.2
The image now uses /data for the sqlite database by default, therefore remove unnecessary configuration options from docker-compose file.
This commit is contained in:
parent
7e446f25eb
commit
c760b77bfe
@ -2,12 +2,10 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
score:
|
score:
|
||||||
image: ghcr.io/lbrocke/score:v1.0.1
|
image: ghcr.io/lbrocke/score:v1.0.2
|
||||||
user: "42003:42003"
|
user: "42003:42003"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/pbri/docker/score:/data
|
- /var/lib/pbri/docker/score:/data
|
||||||
working_dir: /data
|
|
||||||
entrypoint: "/app/score 0.0.0.0:8080"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user