Make score listen on port 8080
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Brinkmeier 2023-06-11 23:19:58 +02:00
parent c760b77bfe
commit aadd803df0

View File

@ -4,6 +4,8 @@ services:
score: score:
image: ghcr.io/lbrocke/score:v1.0.2 image: ghcr.io/lbrocke/score:v1.0.2
user: "42003:42003" user: "42003:42003"
environment:
SCORE_LISTEN: 0.0.0.0:8080
volumes: volumes:
- /var/lib/pbri/docker/score:/data - /var/lib/pbri/docker/score:/data
restart: unless-stopped restart: unless-stopped