Adjust README

This commit is contained in:
Varakh 2019-12-18 19:51:33 +01:00
parent 0e23e5ce13
commit a57c3a8437

View file

@ -6,12 +6,12 @@ Visit project on [GitHub](https://github.com/v4rakh/docker-filebin).
## Getting started ## Getting started
Recommended way is to use the example `docker-compose.yml` file and make yourself familiar with the environment variables which can be set. Defaults should do as a starting point. The easierst and recommended way to get started is to use the example `docker-compose.yml` file and make yourself familiar with the environment variables which can be set. Defaults should do as a starting point.
_Be sure to read persisting volumes_ section and execute the required command.
Default database is PostgreSQL. Other databases are supported and can be configured via exposed environment variables. Please refer to the original documentation of the application for further details. PHP modules for MySQL are included in the image. Default database is PostgreSQL. Other databases are supported and can be configured via exposed environment variables. Please refer to the original documentation of the application for further details. PHP modules for MySQL are included in the image.
## Configuration
After your database and the application docker container is up and running, add a first user by executing a command within the docker container: After your database and the application docker container is up and running, add a first user by executing a command within the docker container:
``` ```
@ -96,7 +96,6 @@ server {
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Frame-Options SAMEORIGIN; proxy_set_header X-Frame-Options SAMEORIGIN;
client_max_body_size 100m;
client_body_buffer_size 128k; client_body_buffer_size 128k;
proxy_buffer_size 4k; proxy_buffer_size 4k;