10-11-2022 02:21 PM
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
10-17-2022 10:34 AM
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.
10-12-2022 02:00 AM
Hi:
You may include them in JAVA_OPTS environment variable in docker-compose for image of the repository.
Regards.
--C.
10-14-2022 03:31 PM
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
10-17-2022 10:34 AM
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.
10-17-2022 10:59 AM
Thanks
Cesar
Explore our Alfresco products with the links below. Use labels to filter content by product module.