diff --git a/apps/rallly/4.6.3/config.env b/apps/rallly/4.7.0/config.env similarity index 100% rename from apps/rallly/4.6.3/config.env rename to apps/rallly/4.7.0/config.env diff --git a/apps/rallly/4.6.3/data.yml b/apps/rallly/4.7.0/data.yml similarity index 100% rename from apps/rallly/4.6.3/data.yml rename to apps/rallly/4.7.0/data.yml diff --git a/apps/rallly/4.6.3/docker-compose.yml b/apps/rallly/4.7.0/docker-compose.yml similarity index 95% rename from apps/rallly/4.6.3/docker-compose.yml rename to apps/rallly/4.7.0/docker-compose.yml index 83c11584a..e2a88e1f5 100644 --- a/apps/rallly/4.6.3/docker-compose.yml +++ b/apps/rallly/4.7.0/docker-compose.yml @@ -1,6 +1,6 @@ services: rallly: - image: lukevella/rallly:4.6.3 + image: lukevella/rallly:4.7.0 restart: always ports: - ${PANEL_APP_PORT_HTTP}:3000 diff --git a/apps/rallly/4.6.3/scripts/init.sh b/apps/rallly/4.7.0/scripts/init.sh similarity index 100% rename from apps/rallly/4.6.3/scripts/init.sh rename to apps/rallly/4.7.0/scripts/init.sh