mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
Update README.md
This commit is contained in:
parent
a09bad5c26
commit
0a64de0e1d
1 changed files with 3 additions and 2 deletions
|
|
@ -166,7 +166,8 @@ docker compose up --build
|
||||||
By default, the server will be available at `http://0.0.0.0:1337/`.<br>
|
By default, the server will be available at `http://0.0.0.0:1337/`.<br>
|
||||||
The database and uploaded user files are stored in the `./data` directory.
|
The database and uploaded user files are stored in the `./data` directory.
|
||||||
|
|
||||||
You can change this behavior by editing `docker-compose.yml` if needed.
|
You can change this behavior by editing the `.env` file
|
||||||
|
or the `docker-compose.yml` file, if needed.
|
||||||
|
|
||||||
**Note**: Environment variables defined in `docker-compose.yml`
|
**Note**: Environment variables defined in `docker-compose.yml`
|
||||||
will **override** those in the `.env` file.
|
will **override** those in the `.env` file.
|
||||||
|
|
@ -183,7 +184,7 @@ npm run start
|
||||||
|
|
||||||
By default, the server will be available at `http://0.0.0.0:1337/`.
|
By default, the server will be available at `http://0.0.0.0:1337/`.
|
||||||
|
|
||||||
You can change this behavior by editing the `.env` file if needed.
|
You can change this behavior by editing the `.env` file, if needed.
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue