# تحديث Docker

يمكنك تحديث صورة Docker المحلية لديك باستخدام أحدث صورة؛ يمكنك سحب أحدث صورة إما ngsurvey/ngsurveyee (Enterprise) باستخدام أمر docker pull.

```
docker pull ngsurvey/ngsurveyee:latest
```

## ترقية صورة MySQL على Docker إلى الإصدار V8.4

إذا كنت تستخدم MySQL وتقوم بترقية MySQL الخاص بك [docker](/ar/installation-setup/installation/docker.md) الصورة من إصدار سابق إلى MySQL V8.4 أو أعلى تأكد من تنزيل ملف docker-compose الأحدث ngsurveyee.mysql.yml أو ngsurveyee.80.mysql.yml أو قم بتحديث الملف الحالي يدوياً عن طريق استبدال السطر التالي في ملف yml باستخدام أي محرر نصوص:

الأمر القديم الموجود:\
command: \['--default-authentication-plugin=mysql\_native\_password']

الأمر الجديد لاستخدامه :\
command: \['--mysql-native-password=ON']


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/ar/installation-setup/upgades/thdyth-docker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
