version is obsolete.

The top-level 'version' property is deprecated.
This commit is contained in:
L 2024-10-17 08:42:51 +10:00
parent 0b23f1acd1
commit 39cb9cbed0
2 changed files with 2 additions and 5 deletions

View file

@ -1,10 +1,8 @@
version: '3'
services:
db:
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
test: [ "CMD-SHELL", "pg_isready -U postgres" ]
interval: 2s
image: postgis/postgis:14-3.3-alpine
environment:

View file

@ -3,7 +3,6 @@
An official uMap docker image is [available on the docker hub](https://hub.docker.com/r/umap/umap). But, if you prefer to run it with docker compose, here is the configuration file:
```yaml title="docker-compose.yml"
version: '3'
services:
db:
# check https://hub.docker.com/r/postgis/postgis to see available versions