<?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[jsreport Docker does not use mounted volumes]]></title><description><![CDATA[<p>Hi,<br />
I can run jsreport in a docker but it will not save to setup volumes nor read the jsreport.config.json from the setup volume.</p>
<p>compose file:</p>
<pre><code>version: '3'
services:
  jsreport:
    image: jsreport/jsreport:4.3.1-full
    ports:
      - '80:5488'
    volumes:
      - './data:/data'
      - './jsreport.config.json:/jsreport.config.json'
    restart: unless-stopped
</code></pre>
<p>What am i missing?<br />
I want to store all persistent data, templates, assets etc on the volumes</p>
<p>Man i feel like a noob!!</p>
<p>TIA!</p>
]]></description><link>https://forum.jsreport.net/topic/3163/jsreport-docker-does-not-use-mounted-volumes</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 01:58:42 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/3163.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Apr 2024 16:48:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to jsreport Docker does not use mounted volumes on Invalid Date]]></title><description><![CDATA[<p>Hi,<br />
I can run jsreport in a docker but it will not save to setup volumes nor read the jsreport.config.json from the setup volume.</p>
<p>compose file:</p>
<pre><code>version: '3'
services:
  jsreport:
    image: jsreport/jsreport:4.3.1-full
    ports:
      - '80:5488'
    volumes:
      - './data:/data'
      - './jsreport.config.json:/jsreport.config.json'
    restart: unless-stopped
</code></pre>
<p>What am i missing?<br />
I want to store all persistent data, templates, assets etc on the volumes</p>
<p>Man i feel like a noob!!</p>
<p>TIA!</p>
]]></description><link>https://forum.jsreport.net/post/13540</link><guid isPermaLink="true">https://forum.jsreport.net/post/13540</guid><dc:creator><![CDATA[Kenny Elman]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to jsreport Docker does not use mounted volumes on Invalid Date]]></title><description><![CDATA[<p>Check this in the docs here<br />
<a href="https://jsreport.net/learn/docker#persist-templates" rel="nofollow">https://jsreport.net/learn/docker#persist-templates</a></p>
<p>The volumes should be configured like this</p>
<pre><code> - './data:/app/data'
 - './jsreport.config.json:/app/jsreport.config.json'
</code></pre>
]]></description><link>https://forum.jsreport.net/post/13543</link><guid isPermaLink="true">https://forum.jsreport.net/post/13543</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to jsreport Docker does not use mounted volumes on Invalid Date]]></title><description><![CDATA[<p>Thank you!!!<br />
I was mostly confused that I could mount a file as a file.  My brain could not accept that. :)</p>
]]></description><link>https://forum.jsreport.net/post/13547</link><guid isPermaLink="true">https://forum.jsreport.net/post/13547</guid><dc:creator><![CDATA[Kenny Elman]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>