Skip to content

Fix docker compose warnings

Sivert Olstad requested to merge docker-compose-remove-version-field into main

Our Docker compose files currently show two warnings:

The first warning was fixed by simply removing the version field. I fixed the second issue by switching to the long syntax for the volumes field, which is more explicit and easier to read. See here for an explanation of the difference between bind mounts and volumes.

Merge request reports

Loading