Skip to content

Commit

Permalink
docs: clarify how Docker volume name is built
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel authored and boginw committed Oct 24, 2023
1 parent 77ac967 commit a00d0bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/admin/install/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a00d0bf

Please sign in to comment.