Use geoserver version 2.22.0 in docker compose demo, consistent with Dockerfile

pull/17/head
Joakim Andersson 2023-01-25 11:05:00 +01:00
parent 7fb4fe05f7
commit a8f4a3c3a3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services:
build: build:
context: . context: .
args: args:
- GEOSERVER_VERSION=2.21.1 - GEOSERVER_VERSION=2.22.0
- CORS_ENABLED=true - CORS_ENABLED=true
- CORS_ALLOWED_METHODS=GET,POST,PUT,HEAD,OPTIONS - CORS_ALLOWED_METHODS=GET,POST,PUT,HEAD,OPTIONS
ports: ports: