forked from ssvlabs/ssv
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Shane Earley edited this page Apr 25, 2023
·
3 revisions
General wiki notes for SSV development
Build and Push
Use docker buildx to build and push new images. For example, for consensusnetworks/ssv-node:
docker buildx build --push --platform linux/amd64,linux/arm64 -t consensusnetworks/ssv-node .
Common Troubleshooting Operations
- Nginx pid error
- Message is
open() "/run/nginx.pid" failed (2: No such file or directory)
- Fix is:
sudo nginx -c /etc/nginx/nginx.conf sudo nginx -s reload
- Message is