mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
docker compose
This commit is contained in:
parent
e9af389e79
commit
6e9ce0381c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ docker compose down
|
|||
|
||||
### Configuration
|
||||
|
||||
Glimpse will create the default configuration file, `config.ini`, in the root of the directory if it does not exist. Configuration relating to web framework, [Jester](https://github.com/dom96/jester), is under the `Server` section. Database configuration is under the `Database` section. Other configuration variables are under `General`. If running glimpse using the docker image, `docker run ...`, make sure to adjust container's network pointing it to the database (Use `network_mode: host` if database is running from host).
|
||||
Glimpse will create the default configuration file, `config.ini`, in the root of the directory if it does not exist. Configuration relating to web framework, [Jester](https://github.com/dom96/jester), is under the `Server` section. Database configuration is under the `Database` section. Other configuration variables are under `General`. If running glimpse using the docker image, `docker run ...`, make sure to adjust container's network pointing it to the database (When using docker compose, use `network_mode: host` if database is running from host).
|
||||
|
||||
### API Endpoints
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue