Make score listen on port 8080
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c760b77bfe
commit
aadd803df0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user