Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.7'
- services:
- sylo-node:
- image: dn3010/sylo-node
- ports:
- - '127.0.0.1:12345:12345'
- - '127.0.0.1:12321:12321'
- volumes:
- - 'PATH:\TO\YOUR\PREFERRED\NODE\DIRECTORY\:/.sylo-node/'
- entrypoint:
- - '/app/sylo-node'
- - 'service'
- - '--data-directory'
- - '/root/.sylo-node/stores/'
- - '--identity'
- - '/root/.sylo-node/node.id'
- - '--listen'
- - '/ip4/0.0.0.0/tcp/12345'
- - '--public-listen'
- - '/ip4/YOURIPGOESHERE/tcp/12345'
- - '--bootstrap-peer'
- - '/ip4/198.48.153.145/tcp/12345/p2p/12D3KooWSXzDpPgRtctTpWufqQ3X8QkQ9R8wXNPh1jSDpXJ6hvyV'
- - '--bootstrap-peer'
- - '/ip4/46.105.29.45/tcp/12345/p2p/12D3KooWAn8g19VMM6o1ZAoDjXCaBrWcETzbK7xnJTYFX7iqLvjZ'
- - '--bootstrap-peer'
- - '/ip4/51.195.119.95/tcp/12345/p2p/12D3KooWGsys67UNJku3t3bnA31VdnsaNn2LrVzj4eNewjSYe8KR'
- - '--bootstrap-peer'
- - '/ip4/50.18.245.175/tcp/12733/p2p/12D3KooWBDsmZbA7ZvSkv3owqjnUUMTLfjY4XhkqSJD1mmprLvE2'
- - '--bootstrap-peer'
- - '/ip4/54.179.96.77/tcp/12733/p2p/12D3KooWQzspLMnNcwv1VzTvtEw2sYV1LBCnyTq6ANES7Aecuou6'
- - '--bootstrap-peer'
- - '/ip4/3.6.137.141/tcp/12733/p2p/12D3KooWBQ7iH8NofcdsKxF8BRxy61FMqy5qwdqiq8GBBVSZ3tU2'
- - '--bootstrap-peer'
- - '/ip4/142.93.217.22/tcp/12345/p2p/12D3KooWGWuUQC6y2wBnNACJh9mn7rppGHsU6KdShpf7bZrpAf81'
- - '--bootstrap-peer'
- - '/ip4/159.89.185.131/tcp/12345/p2p/12D3KooWBsGmsCT22w4CpLGHad3DgdTt3vZX5vRPkeP65fHguP22'
- - '--relay'
- - '--rpc-ip-address'
- - '0.0.0.0'
- - '--rpc-port'
- - '12321'
- - '--rpc-user'
- - 'YOURUSERNAMEGOESHERE'
- - '--rpc-pw'
- - 'YOURPASSWORDGOESHERE'
- restart:
- - 'always'
- # Change the CAPITALISED bits in lines 9, 20, 43, and 45
- # If you found this helpful, consider sending a Sylo token or two my way
- # Address - 0x4e4453447EbE6fce09F639fC2A8F3470Ab6e66Aa
Advertisement
Add Comment
Please, Sign In to add comment