diff --git a/docs/docs/administration/upgrade/0.1.5.md b/docs/docs/administration/upgrade/0.1.5.md index 855de0bf3c..a751862786 100644 --- a/docs/docs/administration/upgrade/0.1.5.md +++ b/docs/docs/administration/upgrade/0.1.5.md @@ -5,8 +5,7 @@ If you have a Docker compose installation (including one from the guided script), run the command below: ``` -docker compose -f /etc/mathesar/docker-compose.yml up \ - --force-recreate --build service +docker compose -f /etc/mathesar/docker-compose.yml up --pull always -d ``` !!! warning "Your installation directory may be different" diff --git a/docs/docs/administration/upgrade/older.md b/docs/docs/administration/upgrade/older.md index bb16281993..797e22c323 100644 --- a/docs/docs/administration/upgrade/older.md +++ b/docs/docs/administration/upgrade/older.md @@ -5,8 +5,7 @@ If you have a Docker compose installation (including one from the guided script), run the command below: ``` -docker compose -f /etc/mathesar/docker-compose.yml up \ - --force-recreate --build service +docker compose -f /etc/mathesar/docker-compose.yml up --pull always -d ``` !!! note "Your installation directory may be different" @@ -14,4 +13,4 @@ docker compose -f /etc/mathesar/docker-compose.yml up \ ## For installations done from scratch {:#scratch} -If you installed from scratch, the upgrade instructions are the same as [for 0.1.4](../upgrade/0.1.4.md#scratch), but you do not need to change the environment variables. \ No newline at end of file +If you installed from scratch, the upgrade instructions are the same as [for 0.1.4](../upgrade/0.1.4.md#scratch), but you do not need to change the environment variables.