mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
chore: Update example.env
This commit is contained in:
parent
17197aca2c
commit
c35613d64b
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# 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
|
||||||
|
|
||||||
FRAPPE_VERSION=v14.17.1
|
FRAPPE_VERSION=v14.18.0
|
||||||
|
|
||||||
# Only with ERPNext override
|
# Only with ERPNext override
|
||||||
ERPNEXT_VERSION=v14.9.0
|
ERPNEXT_VERSION=v14.9.0
|
||||||
|
|
|
||||||
2
pwd.yml
2
pwd.yml
|
|
@ -172,7 +172,7 @@ services:
|
||||||
- assets:/home/frappe/frappe-bench/sites/assets
|
- assets:/home/frappe/frappe-bench/sites/assets
|
||||||
|
|
||||||
websocket:
|
websocket:
|
||||||
image: frappe/frappe-socketio:v14.17.1
|
image: frappe/frappe-socketio:v14.18.0
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue