diff --git a/medama/0.5.1/.env.sample b/medama/0.5.2/.env.sample similarity index 100% rename from medama/0.5.1/.env.sample rename to medama/0.5.2/.env.sample diff --git a/medama/0.5.1/data.yml b/medama/0.5.2/data.yml similarity index 100% rename from medama/0.5.1/data.yml rename to medama/0.5.2/data.yml diff --git a/medama/0.5.1/docker-compose.yml b/medama/0.5.2/docker-compose.yml similarity index 88% rename from medama/0.5.1/docker-compose.yml rename to medama/0.5.2/docker-compose.yml index 52d31f08e..c2f87f851 100644 --- a/medama/0.5.1/docker-compose.yml +++ b/medama/0.5.2/docker-compose.yml @@ -1,6 +1,6 @@ services: medama: - image: "ghcr.io/medama-io/medama:v0.5.1" + image: "ghcr.io/medama-io/medama:v0.5.2" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/medama/0.5.1/scripts/uninstall.sh b/medama/0.5.2/scripts/uninstall.sh similarity index 100% rename from medama/0.5.1/scripts/uninstall.sh rename to medama/0.5.2/scripts/uninstall.sh