mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
contents
This commit is contained in:
@@ -101,7 +101,7 @@ DB_PASSWORD=odoo
|
|||||||
|
|
||||||
All environments receive the whole `.env` file variables. However, some of them have fixed command-line variables specific for each environment. For example, some of them may have `--limit-time-cpu=3600` because some databases are so big that may require a huge amount of seconds. Setting 1 hour ensures any DB can be imported (this can change as needed in the specific project). These values in command line overwrite the ones in the `.env` file.
|
All environments receive the whole `.env` file variables. However, some of them have fixed command-line variables specific for each environment. For example, some of them may have `--limit-time-cpu=3600` because some databases are so big that may require a huge amount of seconds. Setting 1 hour ensures any DB can be imported (this can change as needed in the specific project). These values in command line overwrite the ones in the `.env` file.
|
||||||
|
|
||||||
To bring up most of the following environments run:
|
**To bring up most of the following environments run**:
|
||||||
```
|
```
|
||||||
docker-compose down && docker-compose up -d --build && docker-compose logs odoo
|
docker-compose down && docker-compose up -d --build && docker-compose logs odoo
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user