diff --git a/pgadmin4/8.3/data.yml b/pgadmin4/8.4/data.yml similarity index 100% rename from pgadmin4/8.3/data.yml rename to pgadmin4/8.4/data.yml diff --git a/pgadmin4/8.3/data/.gitkeep b/pgadmin4/8.4/data/.gitkeep similarity index 100% rename from pgadmin4/8.3/data/.gitkeep rename to pgadmin4/8.4/data/.gitkeep diff --git a/pgadmin4/8.3/docker-compose.yml b/pgadmin4/8.4/docker-compose.yml similarity index 89% rename from pgadmin4/8.3/docker-compose.yml rename to pgadmin4/8.4/docker-compose.yml index 0128354ad..945922e91 100644 --- a/pgadmin4/8.3/docker-compose.yml +++ b/pgadmin4/8.4/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.8' services: pgadmin4: - image: dpage/pgadmin4:8.3 + image: dpage/pgadmin4:8.4 container_name: ${CONTAINER_NAME} restart: always labels: diff --git a/pgadmin4/8.3/scripts/init.sh b/pgadmin4/8.4/scripts/init.sh similarity index 100% rename from pgadmin4/8.3/scripts/init.sh rename to pgadmin4/8.4/scripts/init.sh