From b07baf7efde6da149c860180c7ff89264029b0dc Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Mon, 30 Jan 2023 19:48:19 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b0449d..92bf1c2 100644 --- a/README.md +++ b/README.md @@ -81,12 +81,6 @@ This is read-only demo with guest account enabled - you can log in as `john/john` to see John's private files - or `jane/jane` as readonly + download user. -Rut it with docker: -``` -docker run -p 8080:8080 -d filegator/filegator -visit: http://127.0.0.1:8080 login as admin/admin123 -``` - ## Typical use cases - share a folder with colleagues, your team, friends or family @@ -118,6 +112,15 @@ visit: http://127.0.0.1:8080 login as admin/admin123 - Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/) - File permission operations are not supported (chmod/chown) +## Docker +Check out [the official docker image](https://hub.docker.com/r/filegator/filegator) with instructions on how to use it + +Docker quick start: +``` +docker run -p 8080:8080 -d filegator/filegator +visit: http://127.0.0.1:8080 login as admin/admin123 +``` + ## Minimum Requirements - PHP 7.2.5+ (with php-zip extension)