readme upd

This commit is contained in:
Milos Stojanovic 2024-04-18 13:12:17 +02:00
parent 4bc8780d84
commit 903085e8b1
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ This is read-only demo with guest account enabled
## Limitations
- Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/)
- File permission operations are not supported (chmod/chown)
- File ownership is not supported (chown)
## Docker
Check out [the official docker image](https://hub.docker.com/r/filegator/filegator) with instructions on how to use it

View File

@ -49,7 +49,7 @@ visit: http://127.0.0.1:8080 login as admin/admin123
## Limitations
- Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/)
- File permission operations are not supported (chmod/chown)
- File ownership is not supported (chown)
## Why Open Source on GitHub?