Skip to content

Commit

Permalink
PB-569: Remove obsolete "version" from docker-compose.yml.
Browse files Browse the repository at this point in the history
This removes the following warning when running `make setup`:

    WARN[0000] docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
  • Loading branch information
adk-swisstopo committed Aug 13, 2024
1 parent d5d4823 commit 7fce54e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.4"
services:
db:
image: kartoza/postgis:12.0
Expand Down

0 comments on commit 7fce54e

Please sign in to comment.