Back but have some Q's

that did not do it

current stack file:



version: "3.7"
services:
  storagenode1:
    container_name: storagenode1
    restart: always
    stop_grace_period: 300s
    image: storjlabs/storagenode:latest
    ports:
      - "28969:28967/tcp"
      - "28969:28967/udp"
      - "****"
    user: "${UID}:${GID}"
    volumes:
      - type: bind
        source: /srv/mergerfs/Data/Storj/Identity/
        target: /app/identity
      - type: bind
        source: /srv/mergerfs/Data/Storj/Storage/
        target: /app/config
    environment:
      - WALLET=****
      - EMAIL=****
      - ADDRESS=****
      - STORAGE=2TB

I even tried to delete everything in the storage folder and use

      - SETUP=true

EDIT:
will look at this in the morning…. but yes i use mergerfs to join several disks, the smart thing is that i can replace a small disk in the array with a bigger one without loosing data and it does not take long to do

and other posts only says its a real problem if the disks fail