fix: Use localhost/ prefix for local images (v1.3.107)
This commit is contained in:
parent
9336edd5cc
commit
7bcae58fdf
@ -34,7 +34,7 @@ services:
|
||||
RELEASE_VERSION: ${RELEASE_VERSION:-latest}
|
||||
GITHUB_TOKEN: ${GITHUB_TOKEN}
|
||||
GITHUB_REPO: ${GITHUB_REPO:-ct/bmc_hub}
|
||||
image: bmc-hub:${RELEASE_VERSION:-latest}
|
||||
image: localhost/bmc-hub:${RELEASE_VERSION:-latest}
|
||||
container_name: bmc-hub-api-prod
|
||||
depends_on:
|
||||
postgres:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user