version bump, docs update

This commit is contained in:
Milos Stojanovic
2023-01-25 13:48:21 +01:00
parent 37d25ef881
commit ebc76388ae
5 changed files with 10 additions and 7 deletions

View File

@@ -41,8 +41,8 @@ This is read-only demo with guest account enabled
Rut it with docker
```
docker run -p 8000:80 -d filegator/filegator
visit: http://127.0.0.1:8000 login as admin/admin123
docker run -p 8080:8080 -d filegator/filegator
visit: http://127.0.0.1:8080 login as admin/admin123
```
## Limitations

View File

@@ -5,8 +5,8 @@ currentMenu: install
## Docker
You can use the [official docker image](https://hub.docker.com/r/filegator/filegator) based on [this 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
docker run -p 8080:8080 -d filegator/filegator
visit: http://127.0.0.1:8080 login as admin/admin123
```
## Minimum Requirements