diff --git a/docs/admin/install/docker.rst b/docs/admin/install/docker.rst index 66b81d580b0c..72bbe6bd1ecc 100644 --- a/docs/admin/install/docker.rst +++ b/docs/admin/install/docker.rst @@ -283,6 +283,11 @@ of upgrading. docker compose rm -v database docker volume remove weblate-docker_postgres-data + .. hint:: + + The volume name contains name of the Docker Compose project, which is by + default the directory name what is ``weblate-docker`` in this documentation. + 5. Adjust :file:`docker-compose.yml` to use new PostgreSQL version. 6. Start the database container: