diff --git a/apps/dbhub/0.24.0/data.yml b/apps/dbhub/1.0.0/data.yml similarity index 100% rename from apps/dbhub/0.24.0/data.yml rename to apps/dbhub/1.0.0/data.yml diff --git a/apps/dbhub/0.24.0/docker-compose.yml b/apps/dbhub/1.0.0/docker-compose.yml similarity index 92% rename from apps/dbhub/0.24.0/docker-compose.yml rename to apps/dbhub/1.0.0/docker-compose.yml index c4f5515ffe04..e054de7f886a 100644 --- a/apps/dbhub/0.24.0/docker-compose.yml +++ b/apps/dbhub/1.0.0/docker-compose.yml @@ -1,6 +1,6 @@ services: dbhub: - image: bytebase/dbhub:0.24.0 + image: bytebase/dbhub:1.0.0 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:8080