mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-23 15:18:27 +00:00
fix: README
source additional .env for site operations
This commit is contained in:
parent
0361b281f9
commit
081ca6f085
@ -201,6 +201,8 @@ This repository contains the following docker-compose files, each one containing
|
|||||||
|
|
||||||
### Site operations
|
### Site operations
|
||||||
|
|
||||||
|
Use `source .env` file or specify environment variables instead of passing secrets as command arguments. Refer notes section for environment variables required
|
||||||
|
|
||||||
#### Setup New Sites
|
#### Setup New Sites
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
@ -208,7 +210,6 @@ Note:
|
|||||||
- Wait for the MariaDB service to start before trying to create a new site.
|
- Wait for the MariaDB service to start before trying to create a new site.
|
||||||
- If new site creation fails, retry after the MariaDB container is up and running.
|
- If new site creation fails, retry after the MariaDB container is up and running.
|
||||||
- If you're using a managed database instance, make sure that the database is running before setting up a new site.
|
- If you're using a managed database instance, make sure that the database is running before setting up a new site.
|
||||||
- Use `.env` file or environment variables instead of passing secrets as command arguments.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Create ERPNext site
|
# Create ERPNext site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user