Dcoker-compose ERROR

Hi! I’m new around here trying to play.

I am trying to count a node in CentOS 8 with docker and it gives me several problems. I would appreciate if you could give me a hand.

version: "3.8"
services:
  storagenode:
    image: storjlabs/storagenode:latest
    restart: unless-stopped 
    ports:
      - 28967:28967
      - 14002:14002
    environment:
      - WALLET=0xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      - EMAIL=xxxxxxxxxxxxxx@xxxxxxxx
      - ADDRESS=myaddress.ddns.net:28967
      - STORAGE=1TB
    volumes:
      - type: bind
        source: /home/user/.local/share/storj/identity/storagenode
        target: /app/identity
      - type: bind
        source: /storj
        target: /app/config

On a less important note, if I put my noip address in “ADDRESS”, I get the following error when trying to start the docker.

Now, if I put my IP, it seems that advances something more (honestly, I do not explain because noip is taking my IP correctly …), however, comes out an error apparently with the satellite clock and more than investigate, I get nothing …

Any bright ideas to enlighten me?

I can not believe it … with the hours I spent looking for the problem and I have not found it… :man_facepalming:t2: :man_facepalming:t2: :man_facepalming:t2:

Thank you very much for your help.

with debian works well?

2 Likes

I’m using storj on Debian and it’s working like a charm :slight_smile:

no problems on ubuntu, so I guess debian should be fine too

Using Raspbian here… Works ok.
It counts as Debian too right? :slight_smile:

I want to cry…

after so many hours of effort, now I have installed debian and it has worked at first.

Thank you all very much for your help.

3 Likes