diff --git a/README.md b/README.md index d22a91a..3823f8b 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ There are a substantial number of configuration options available. The `docker- We only publish tagged versions to Docker Hub (we don't publish a 'latest' tag). To upgrade to a new version of LabKey Community edition, you have two options: 1. Edit the `docker-compose.yml` file and update the `image` version to the LabKey version you wish to use. 2. Launch a new version from the command line by setting `COMPOSE_IMAGE`. -`COMPOSE_IMAGE="labkeyteamcity/labkey-community:26.3.0" docker compose up community --detach` +`COMPOSE_IMAGE="labkeyteamcity/labkey-community:26.7.0" docker compose up community --detach` ### PostgreSQL version @@ -90,4 +90,4 @@ docker compose exec pg-community pg_dumpall -U postgres > dump.sql PG_VERSION=17 docker compose down docker compose up -d pg-community # Postgres 18, fresh data dir cat dump.sql | docker compose exec -T pg-community psql -U postgres -``` \ No newline at end of file +``` diff --git a/docker-compose.yml b/docker-compose.yml index 3da8818..27c1287 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: community: - image: ${COMPOSE_IMAGE:-labkeyteamcity/labkey-community:26.3.0} + image: ${COMPOSE_IMAGE:-labkeyteamcity/labkey-community:26.7.0} platform: linux/amd64 container_name: labkey-community depends_on: