Hello.
How can I tell Java from Alfresco Docker 7.2 installation Java country, user and language settings.
Adding to docker-compose.yml? It is like?
Or alfresco-global.properties? Or via SED in Alfresco and Share's Dockerfile?
Please guide me, which way and if you have any documentation.
export JAVA_OPTS="$JAVA_OPTS -Duser.country=AR -Duser.region=AR -Duser.language=es -Duser.timezone=\"America/Buenos_Aires\" -d64 -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8"
Thanks
Solved! Go to Solution.
Hi:
You are (probably) running a docker-compose.yml like this,
You may add the commented JAVA_OPTS options in line 43 for example. You need to restart your docker compose once added those properties.
Regards.
--C.
Hi:
You may include them in JAVA_OPTS environment variable in docker-compose for image of the repository.
Regards.
--C.
Cesar,
I'm new to this world of docker-compose.
Adding this line to docker-compose would look something like this:
-Duser.country=AR -Duser.region=AR -Duser.language=es -Duser.timezone=\"America/Buenos_Aires\" -d64 -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
each in a line?
Thanks
Hi:
You are (probably) running a docker-compose.yml like this,
You may add the commented JAVA_OPTS options in line 43 for example. You need to restart your docker compose once added those properties.
Regards.
--C.
Thanks
Cesar
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.