mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
docs: fix lint errors
This commit is contained in:
parent
081ce7eedc
commit
4e96a16ee2
2 changed files with 63 additions and 62 deletions
|
|
@ -14,7 +14,7 @@ Example change:
|
|||
|
||||
```yaml
|
||||
# ... removed for brevity
|
||||
frontend:
|
||||
frontend:
|
||||
image: frappe/erpnext:${ERPNEXT_VERSION:?ERPNext version not set}
|
||||
command:
|
||||
- nginx-entrypoint.sh
|
||||
|
|
@ -34,7 +34,7 @@ Example change:
|
|||
|
||||
```yaml
|
||||
# ... removed for brevity
|
||||
websocket:
|
||||
websocket:
|
||||
image: frappe/erpnext:${ERPNEXT_VERSION:?ERPNext version not set}
|
||||
command:
|
||||
- node
|
||||
|
|
@ -50,7 +50,7 @@ Example change:
|
|||
|
||||
```yaml
|
||||
# ... removed for brevity
|
||||
configurator:
|
||||
configurator:
|
||||
image: frappe/erpnext:${ERPNEXT_VERSION:?ERPNext version not set}
|
||||
restart: "no"
|
||||
entrypoint:
|
||||
|
|
@ -84,7 +84,7 @@ Example change:
|
|||
|
||||
```yaml
|
||||
# ... removed for brevity
|
||||
create-site:
|
||||
create-site:
|
||||
image: frappe/erpnext:${ERPNEXT_VERSION:?ERPNext version not set}
|
||||
restart: "no"
|
||||
entrypoint:
|
||||
|
|
@ -110,5 +110,6 @@ Example change:
|
|||
done;
|
||||
echo "sites/common_site_config.json found";
|
||||
bench new-site frontend --no-mariadb-socket --admin-password=admin --db-root-password=admin --install-app payments --install-app erpnext --set-default;
|
||||
|
||||
# ... removed for brevity
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue