diff --git a/404.html b/404.html index 41280cb49..a1bc81a2c 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
build or compose Docker command.Run the following command to pull the latest OpenSign Docker images:
-docker compose pull
Note: If you've made any custom changes to your docker-compose.yml file, they will be lost when running the command below. This command is intended only for those who haven't made any custom modifications to their docker-compose.yml file.
+linux/MacOS
+curl --remote-name-all https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/docker-compose.yml && docker compose pull
Windows (Powershell)
+Invoke-WebRequest -Uri https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/docker-compose.yml -OutFile docker-compose.yml; docker compose pull
Windows (Command Prompt)
+curl -O https://raw.githubusercontent.com/OpenSignLabs/OpenSign/main/docker-compose.yml && docker compose pull
After the images have been successfully pulled, run the following command to start the updated OpenSign deployment:
docker compose up
If you require more help, feel free to reach out to our customer support on support@opensignlabs.com.
-For instant help and support, join our Discord community!
For instant help and support, join our Discord community!