<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How can I make sure FusionAuth is running when I start it via docker-compose?]]></title><description><![CDATA[<p dir="auto">It's not responding at the port 9011, like it should.</p>
<p dir="auto">Is there a way to test or ping the FusionAuth App to make sure its up and running other than using <code>docker ps -a</code>?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/18/how-can-i-make-sure-fusionauth-is-running-when-i-start-it-via-docker-compose</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 14:04:40 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/18.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Apr 2020 15:55:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How can I make sure FusionAuth is running when I start it via docker-compose? on Tue, 23 May 2023 04:27:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/20">@dan</a> said in <a href="/community/forum/post/38">How can I make sure FusionAuth is running when I start it via docker-compose?</a>:</p>
<blockquote>
<p dir="auto">It's not responding at the port 9011, like it should.<br />
Is there a way to test or ping the FusionAuth App to make sure its up and running other than using docker ps -a?</p>
</blockquote>
<p dir="auto">Yes, there are several ways to test or ping the FusionAuth App to check if it's up and running without relying on the docker ps -a command. Here are a few alternative methods:</p>
<p dir="auto">Curl or wget: You can use the curl or wget command-line tools to send a request to the FusionAuth App's endpoint and check the response. For example, you can run curl <a href="http://localhost:9011" rel="nofollow ugc">http://localhost:9011</a> or wget <a href="http://localhost:9011" rel="nofollow ugc">http://localhost:9011</a> to send a GET request to the FusionAuth App running on port 9011. If you receive a valid response, it indicates that the app is up and running<a href="https://www.mygeorgiasouthern.net/" rel="nofollow ugc">.</a></p>
<p dir="auto">Telnet: You can use the telnet command to establish a connection to the FusionAuth App's port and check if it's open and responsive. Run telnet localhost 9011 to attempt a connection to the FusionAuth App on port 9011. If the connection is successful, it means the app is running and accepting connections.</p>
<p dir="auto">Browser access: Simply open a web browser and enter the URL <a href="http://localhost:9011" rel="nofollow ugc">http://localhost:9011</a> to access the FusionAuth App. If the app is running correctly, you should be able to see the login or landing page.</p>
<p dir="auto">API client: If the FusionAuth App provides an API, you can use an API client like Postman or cURL to send a request to the API endpoints and verify if you receive the expected responses.</p>
<p dir="auto">These methods allow you to test the availability and responsiveness of the FusionAuth App without relying on the docker ps -a command or using Docker-specific tools.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6174</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6174</guid><dc:creator><![CDATA[croverw.norene8]]></dc:creator><pubDate>Tue, 23 May 2023 04:27:19 GMT</pubDate></item><item><title><![CDATA[Reply to How can I make sure FusionAuth is running when I start it via docker-compose? on Mon, 27 Apr 2020 16:45:04 GMT]]></title><description><![CDATA[<p dir="auto">A good way to test the app is up and running is to run <code>docker logs 27e4c9edd311</code> where <code>27e4c9edd311</code> is the docker container id, which is found by running <code>docker ps|grep fusionauth</code>.</p>
<p dir="auto">If you are using docker-compose, you can also run <code>docker-compose logs -f fusionauth</code>.</p>
<p dir="auto">Look in the logs for any errors. On successful startup, you'll see this message (with perhaps a different version message):</p>
<pre><code>---------------------------------------------------------------------------------------------------------
------------------------------- Starting FusionAuth version [1.16.0-RC.1] -------------------------------
---------------------------------------------------------------------------------------------------------
</code></pre>
]]></description><link>https://fusionauth.io/community/forum/post/39</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/39</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 27 Apr 2020 16:45:04 GMT</pubDate></item></channel></rss>