update docker-compose version (#1091)

update docker-compose version from 2.3 to 3
This commit is contained in:
Rémy Léone 2021-04-09 13:42:58 +02:00 committed by GitHub
parent 1f6eb7b4a3
commit 231a1d192c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# This version must match the MAKE_DC_VERSION in docker-compose.yml
version: "2.3"
version: "3"
volumes:
cache:

View File

@ -1,5 +1,5 @@
# This version must match the MAKE_DC_VERSION value below
version: "2.3"
version: "3"
volumes:
pgdata:
@ -33,7 +33,7 @@ services:
environment:
# Must match the version of this file (first line)
# download-osm will use it when generating a composer file
MAKE_DC_VERSION: "2.3"
MAKE_DC_VERSION: "3"
# Allow DIFF_MODE, MIN_ZOOM, and MAX_ZOOM to be overwritten from shell
DIFF_MODE: ${DIFF_MODE}
MIN_ZOOM: ${MIN_ZOOM}