docs: Add changelog for compose upgrade.

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2318>
environments/review-docs-2025-gfultx/deployments/16664
Ciarán Ainsworth 2023-01-18 14:58:03 +01:00 zatwierdzone przez Marge
rodzic 258e4ac7ab
commit c6cb00de48
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,14 @@
The Docker instructions now use the updated Docker compose plugin. If you previously used the ``docker-compose`` standalone installation, do the following while upgrading:
1. Download the `Docker compose plugin <https://docs.docker.com/compose/install/linux/#install-using-the-repository>`_
2. Stop your containers using the **docker-compose** syntax.
.. code-block:: sh
sudo docker-compose down
3. Bring the containers back up using the **docker compose** syntax.
.. code-block:: sh
sudo docker compose up -d
After this you can continue to use the **docker compose** syntax for all Docker management tasks.