diff --git a/medama/0.4.4/.env.sample b/medama/0.5.0/.env.sample similarity index 100% rename from medama/0.4.4/.env.sample rename to medama/0.5.0/.env.sample diff --git a/medama/0.4.4/data.yml b/medama/0.5.0/data.yml similarity index 100% rename from medama/0.4.4/data.yml rename to medama/0.5.0/data.yml diff --git a/medama/0.4.4/docker-compose.yml b/medama/0.5.0/docker-compose.yml similarity index 88% rename from medama/0.4.4/docker-compose.yml rename to medama/0.5.0/docker-compose.yml index 5e0f00ae0..3f4a0e930 100644 --- a/medama/0.4.4/docker-compose.yml +++ b/medama/0.5.0/docker-compose.yml @@ -1,6 +1,6 @@ services: medama: - image: "ghcr.io/medama-io/medama:v0.4.4" + image: "ghcr.io/medama-io/medama:v0.5.0" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/medama/0.4.4/scripts/uninstall.sh b/medama/0.5.0/scripts/uninstall.sh similarity index 100% rename from medama/0.4.4/scripts/uninstall.sh rename to medama/0.5.0/scripts/uninstall.sh