diff --git a/docs/01-getting-started/03-arm64.md b/docs/01-getting-started/03-arm64.md index b9defd89..1fe06165 100644 --- a/docs/01-getting-started/03-arm64.md +++ b/docs/01-getting-started/03-arm64.md @@ -29,8 +29,8 @@ here is the example pwd.yml file: ```yml services: backend: - image: frappe/erpnext:v15 - platform: linux/amd64 + image: frappe/erpnext:v16.19.1 + platform: linux/arm64 deploy: restart_policy: condition: on-failure @@ -39,8 +39,8 @@ services: - logs:/home/frappe/frappe-bench/logs configurator: - image: frappe/erpnext:v15 - platform: linux/amd64 + image: frappe/erpnext:v16.19.1 + platform: linux/arm64 deploy: restart_policy: condition: none @@ -68,8 +68,8 @@ services: - logs:/home/frappe/frappe-bench/logs create-site: - image: frappe/erpnext:v15 - platform: linux/amd64 + image: frappe/erpnext:v16.19.1 + platform: linux/arm64 deploy: restart_policy: condition: none @@ -101,7 +101,7 @@ services: db: image: mariadb:11.8 - platform: linux/amd64 + platform: linux/arm64 healthcheck: test: mysqladmin ping -h localhost --password=admin interval: 1s @@ -119,8 +119,8 @@ services: - db-data:/var/lib/mysql frontend: - image: frappe/erpnext:v15 - platform: linux/amd64 + image: frappe/erpnext:v16.19.1 + platform: linux/arm64 depends_on: - websocket deploy: @@ -144,8 +144,8 @@ services: - "8080:8080" queue-long: - image: frappe/erpnext:v15 - platform: linux/amd64 + image: frappe/erpnext:v16.19.1 + platform: linux/arm64 deploy: restart_policy: condition: on-failure @@ -159,8 +159,8 @@ services: - logs:/home/frappe/frappe-bench/logs queue-short: - image: frappe/erpnext:v15 - platform: linux/amd64 + image: frappe/erpnext:v16.19.1 + platform: linux/arm64 deploy: restart_policy: condition: on-failure @@ -175,7 +175,7 @@ services: redis-queue: image: redis:6.2-alpine - platform: linux/amd64 + platform: linux/arm64 deploy: restart_policy: condition: on-failure @@ -184,14 +184,14 @@ services: redis-cache: image: redis:6.2-alpine - platform: linux/amd64 + platform: linux/arm64 deploy: restart_policy: condition: on-failure scheduler: - image: frappe/erpnext:v15 - platform: linux/amd64 + image: frappe/erpnext:v16.19.1 + platform: linux/arm64 deploy: restart_policy: condition: on-failure @@ -203,8 +203,8 @@ services: - logs:/home/frappe/frappe-bench/logs websocket: - image: frappe/erpnext:v15 - platform: linux/amd64 + image: frappe/erpnext:v16.19.1 + platform: linux/arm64 deploy: restart_policy: condition: on-failure