Skip to content

Commit

Permalink
Update to 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Jul 14, 2023
1 parent 338cf5c commit 05a8cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM geonetwork:4.2.4
FROM geonetwork:4.2.5

USER root
RUN apt -y update && apt -y upgrade && apt -y install vim && apt clean
Expand Down
1 change: 1 addition & 0 deletions WEB-INF/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ map.bbox.background.service=https://sgx.geodatenzentrum.de/wms_basemapde?SERVICE
# urls for map services to provide the background layers. Otherwise the only allowed options are from the settings
# configuration or a named bg layer from regionGetMapBackgroundLayers.
metadata.extentApi.disableFullUrlBackgroundMapServices=true
db.migration_onstartup=true
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- postgres
- elasticsearch
ports:
- 8080:8080
- 8888:8080
environment:
DATA_DIR: /var/lib/geonetwork_data
ES_HOST: elasticsearch
Expand Down

0 comments on commit 05a8cd1

Please sign in to comment.