mirror of
https://github.com/filegator/filegator.git
synced 2025-08-04 21:37:44 +02:00
cont
This commit is contained in:
@@ -2,8 +2,12 @@
|
|||||||
currentMenu: install
|
currentMenu: install
|
||||||
---
|
---
|
||||||
|
|
||||||
## Docker image
|
## Docker
|
||||||
You can use the [official docker image](https://hub.docker.com/r/filegator/filegator)
|
You can use the [official docker image](https://hub.docker.com/r/filegator/filegator) based on [Dockerfile](https://github.com/filegator/filegator/blob/master/Dockerfile)
|
||||||
|
```
|
||||||
|
docker run -p 8000:80 -d filegator/filegator
|
||||||
|
visit: http://127.0.0.1:8000 login as admin/admin123
|
||||||
|
```
|
||||||
|
|
||||||
## Minimum Requirements
|
## Minimum Requirements
|
||||||
- PHP 7.2.5+ (with php-zip extension)
|
- PHP 7.2.5+ (with php-zip extension)
|
||||||
|
Reference in New Issue
Block a user