You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In stead would be better to use the mechanism available in geonetwork to set the data directory with environment variable by using
docker run -e genoetwork.dir=/mnt/gn
Java environment variable takes preference over system environment variable, so you can not override data_dir by geonetwork.dir (data_dir takes default value if not set)
The text was updated successfully, but these errors were encountered:
Current image has a docker-only param
DATA_DIR
which sets geonetwork.dir as a java environment parameter in a deploy scriptdocker-geonetwork/3.10.0/docker-entrypoint.sh
Line 9 in 9fcf085
In stead would be better to use the mechanism available in geonetwork to set the data directory with environment variable by using
Java environment variable takes preference over system environment variable, so you can not override data_dir by geonetwork.dir (data_dir takes default value if not set)
The text was updated successfully, but these errors were encountered: