Hey @Mohammadali_Mo,
You look to be using an older docker run option, Try using the below which brings you inline with the current documentation for using n8n.
sudo docker run -d --restart unless-stopped -it
–name n8n
-p 5678:5678
-e WEBHOOK_URL="https://n8n.domain.pro"
-v ~/.n8n:/home/node/.n8n
n8nio/n8n