<?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[Why is the kickstart not running when I spin up the docker container?]]></title><description><![CDATA[<p dir="auto">When trying to create a kickstart, it's not getting used when i run docker compose. How can I fix it?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/3012/why-is-the-kickstart-not-running-when-i-spin-up-the-docker-container</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 12:30:57 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/3012.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Jul 2025 15:10:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Why is the kickstart not running when I spin up the docker container? on Thu, 03 Jul 2025 15:10:54 GMT]]></title><description><![CDATA[<p dir="auto">First check out the information you are getting from the docker log.  Look at the log from the spin up  and search for "kickstart." Was the container able to find the kickstart.json file? (In this case yes.)</p>
<p dir="auto">If the kickstart file was found, continue searching through the log for a potential error in the running of the kickstart. You might see something like.</p>
<pre><code>fusionauth-1  | 2025-07-02 05:14:05.177 PM ERROR io.fusionauth.api.service.system.kickstart.KickstartRunner - Failed to execute request to [PATCH][/api/user/registration/000000000001] Status [404]
fusionauth-1  | Request body:
fusionauth-1  | {
fusionauth-1  |   "registration" : {
fusionauth-1  |     "applicationId" : "e72dca1d-626c-4f4b-8f36-b7c8c2c0af33"
fusionauth-1  |   }
fusionauth-1  | }
fusionauth-1  | 2025-07-02 05:14:05.177 PM ERROR io.fusionauth.api.service.system.kickstart.KickstartRunner - Error response:
fusionauth-1  | null
</code></pre>
<p dir="auto">This will let you know there was an error and you need to resolve it. In this specific case, The PATCH request should have been a POST. Once that was changed, the kickstart ran fine.</p>
]]></description><link>https://fusionauth.io/community/forum/post/8235</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/8235</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Thu, 03 Jul 2025 15:10:54 GMT</pubDate></item></channel></rss>