Skip to content

Commit

Permalink
Fix docker compose image ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Dec 8, 2024
1 parent 1052e21 commit e757a62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ services:
# Management Portal #
#---------------------------------------------------------------------------#
managementportal:
# image: radarbase/management-portal:2.0.0
image: managementportal
image: radarbase/management-portal:2.0.0
depends_on:
- mp-postgresql
environment:
Expand Down Expand Up @@ -54,7 +53,7 @@ services:
- "traefik.enable=false"

#---------------------------------------------------------------------------#
# RADAR Upload Source connector #
# App Config #
#---------------------------------------------------------------------------#

app-config-frontend:
Expand Down

0 comments on commit e757a62

Please sign in to comment.