<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Include JAVA_OPTS options about country, user, region, language in Alfresco 7.2 Docker in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143436#M38115</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;You are (probably) running a docker-compose.yml like this,&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AlfrescoArchive/acs-community-deployment/blob/master/docker-compose/docker-compose.yml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/AlfrescoArchive/acs-community-deployment/blob/master/docker-compose/docker-compose.yml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You may add the commented JAVA_OPTS options in line 43 for example. You need to restart your docker compose once added those properties.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 14:34:16 GMT</pubDate>
    <dc:creator>cesarista</dc:creator>
    <dc:date>2022-10-17T14:34:16Z</dc:date>
    <item>
      <title>Include JAVA_OPTS options about country, user, region, language in Alfresco 7.2 Docker</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143433#M38112</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;How can I tell Java from Alfresco Docker 7.2 installation Java country, user and language settings.&lt;/P&gt;&lt;P&gt;Adding to docker-compose.yml? It is like?&lt;/P&gt;&lt;P&gt;Or alfresco-global.properties? Or via SED in Alfresco and Share's Dockerfile?&lt;/P&gt;&lt;P&gt;Please guide me, which way and if you have any documentation.&lt;/P&gt;&lt;P&gt;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"&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 18:21:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143433#M38112</guid>
      <dc:creator>marcog</dc:creator>
      <dc:date>2022-10-11T18:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Include JAVA_OPTS options about country, user, region, language in Alfresco 7.2 Docker</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143434#M38113</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;You may include them in JAVA_OPTS environment variable in docker-compose for image of the repository.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 06:00:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143434#M38113</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2022-10-12T06:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Include JAVA_OPTS options about country, user, region, language in Alfresco 7.2 Docker</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143435#M38114</link>
      <description>&lt;P&gt;Cesar,&lt;/P&gt;&lt;P&gt;I'm new to this world of docker-compose.&lt;/P&gt;&lt;P&gt;Adding this line to docker-compose would look something like this:&lt;BR /&gt;-Duser.country=AR -Duser.region=AR -Duser.language=es -Duser.timezone=\"America/Buenos_Aires\" -d64 -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8&lt;BR /&gt;each in a line?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 19:31:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143435#M38114</guid>
      <dc:creator>marcog</dc:creator>
      <dc:date>2022-10-14T19:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Include JAVA_OPTS options about country, user, region, language in Alfresco 7.2 Docker</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143436#M38115</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;You are (probably) running a docker-compose.yml like this,&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AlfrescoArchive/acs-community-deployment/blob/master/docker-compose/docker-compose.yml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/AlfrescoArchive/acs-community-deployment/blob/master/docker-compose/docker-compose.yml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You may add the commented JAVA_OPTS options in line 43 for example. You need to restart your docker compose once added those properties.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 14:34:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143436#M38115</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2022-10-17T14:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Include JAVA_OPTS options about country, user, region, language in Alfresco 7.2 Docker</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143437#M38116</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Cesar&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 14:59:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/include-java-opts-options-about-country-user-region-language-in/m-p/143437#M38116</guid>
      <dc:creator>marcog</dc:creator>
      <dc:date>2022-10-17T14:59:11Z</dc:date>
    </item>
  </channel>
</rss>

