mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Fix: remove erpnext from env example
This commit is contained in:
parent
8312c3f6e0
commit
589ebcef4d
1 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md
|
# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md
|
||||||
|
|
||||||
ERPNEXT_VERSION=v15.23.1
|
|
||||||
|
|
||||||
DB_PASSWORD=123
|
DB_PASSWORD=123
|
||||||
|
|
||||||
# Only if you use external database
|
# Only if you use external database
|
||||||
|
|
@ -13,7 +11,7 @@ REDIS_CACHE=
|
||||||
REDIS_QUEUE=
|
REDIS_QUEUE=
|
||||||
|
|
||||||
# Only with HTTPS override
|
# Only with HTTPS override
|
||||||
LETSENCRYPT_EMAIL=mail@example.com
|
LETSENCRYPT_EMAIL=example@example.com
|
||||||
|
|
||||||
# These environment variables are not required.
|
# These environment variables are not required.
|
||||||
|
|
||||||
|
|
@ -46,4 +44,4 @@ CLIENT_MAX_BODY_SIZE=
|
||||||
# List of sites for letsencrypt certificates quoted with backtick (`) and separated by comma (,)
|
# List of sites for letsencrypt certificates quoted with backtick (`) and separated by comma (,)
|
||||||
# More https://doc.traefik.io/traefik/routing/routers/#rule
|
# More https://doc.traefik.io/traefik/routing/routers/#rule
|
||||||
# About acme https://doc.traefik.io/traefik/https/acme/#domain-definition
|
# About acme https://doc.traefik.io/traefik/https/acme/#domain-definition
|
||||||
SITES=`erp.example.com`
|
SITES=
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue