<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Appian Service-Manager and Data-Server containers hostnames</title><link>https://community.appian.com/discussions/f/general/13029/appian-service-manager-and-data-server-containers-hostnames</link><description>Hi all. I am busy getting Appian running on Docker using this guide: docs.appian.com/.../Installing_Appian_in_Docker_Containers.html 
 There is a section in the docker-compose.yml file where I need to specify the hostnames for the service-manager and</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Appian Service-Manager and Data-Server containers hostnames</title><link>https://community.appian.com/thread/58749?ContentTypeID=1</link><pubDate>Sat, 04 Aug 2018 20:05:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b5b8502-c74f-485e-ae1a-e7e0138fbb2a</guid><dc:creator>Mathieu Drouin</dc:creator><description>They should be different. Hostnames should be Fully Qualified Domain Names and is mostly used for licensing purposes. Public DNS entries are not required for the server-manager or data-server.&lt;br /&gt;
&lt;br /&gt;
i.e.&lt;br /&gt;
&lt;br /&gt;
container_name: service-manager&lt;br /&gt;
hostname: engines.machinename.domain.com&lt;br /&gt;
&lt;br /&gt;
container_name: data-server&lt;br /&gt;
hostname: dataserver.machinename.domain.com&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>