diff --git a/index.html b/index.html index 4e82faf..0cd18e3 100644 --- a/index.html +++ b/index.html @@ -149,8 +149,7 @@
  • Framework free
  • Demo with docker

    -
    docker build -t filegator https://raw.githubusercontent.com/filegator/filegator/master/Dockerfile
    -docker run -p 8000:80 -d filegator
    +
    docker run -p 8000:80 -d filegator/filegator
     visit: http://127.0.0.1:8000 login as admin/admin123

    Limitations