This commit is contained in:
alcalbg
2022-10-12 11:23:46 +00:00
parent 22ab54fd18
commit 4a97840557

View File

@@ -124,8 +124,10 @@
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10"> <section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">
<h2 id="docker-image">Docker image</h2> <h2 id="docker">Docker</h2>
<p>You can use the <a href="https://hub.docker.com/r/filegator/filegator">official docker image</a></p> <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">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>
<h2 id="minimum-requirements">Minimum Requirements</h2> <h2 id="minimum-requirements">Minimum Requirements</h2>
<ul> <ul>
<li>PHP 7.2.5+ (with php-zip extension)</li> <li>PHP 7.2.5+ (with php-zip extension)</li>