Skip to content

Commit

Permalink
chore: Drop version key from the Docker Compose files (#1396)
Browse files Browse the repository at this point in the history
The `version` key is deprecated in recent version of Docker Compose.

Related to request #37907 Update dev/build environment [W17 2024]
  • Loading branch information
LeSuisse committed Apr 30, 2024
1 parent 31658ea commit b2c9d85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions languages/en/installation-guide/docker/docker_compose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ Then create a ``compose.yaml`` file with following content:

.. code-block:: yaml
version: "2"
services:
web:
image: tuleap/tuleap-community-edition
Expand Down Expand Up @@ -109,8 +107,6 @@ Please check the :ref:`environment variables <docker-environment-variables>` to

.. code-block:: yaml
version: "2"
services:
tuleap:
image: docker.tuleap.org/tuleap-enterprise-edition:${TULEAP-VERSION}
Expand Down

0 comments on commit b2c9d85

Please sign in to comment.