This commit is contained in:
alcalbg
2023-01-25 12:48:55 +00:00
parent 79c3b6d109
commit dcbb01c23b
2 changed files with 4 additions and 4 deletions

View File

@@ -156,8 +156,8 @@
<li>or jane/jane as readonly + download user.</li>
</ul>
<p>Rut it with docker</p>
<pre><code>docker run -p 8000:80 -d filegator/filegator
visit: http://127.0.0.1:8000 login as admin/admin123</code></pre>
<pre><code>docker run -p 8080:8080 -d filegator/filegator
visit: http://127.0.0.1:8080 login as admin/admin123</code></pre>
<h2 id="limitations">Limitations</h2>
<ul>
<li>Symlinks are not supported by the underlying <a href="https://flysystem.thephpleague.com/v1/docs/adapter/local/">Flysystem</a></li>

View File

@@ -126,8 +126,8 @@
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
<h2 id="docker">Docker</h2>
<p>You can use the <a href="https://hub.docker.com/r/filegator/filegator">official docker image</a> based on <a href="https://github.com/filegator/filegator/blob/master/Dockerfile">this Dockerfile</a></p>
<pre><code>docker run -p 8000:80 -d filegator/filegator
visit: http://127.0.0.1:8000 login as admin/admin123</code></pre>
<pre><code>docker run -p 8080:8080 -d filegator/filegator
visit: http://127.0.0.1:8080 login as admin/admin123</code></pre>
<h2 id="minimum-requirements">Minimum Requirements</h2>
<ul>
<li>PHP 7.2.5+ (with php-zip extension)</li>