console.address
you should provide as an argument (with --
) in your command:
clause, the storage.allocated-disk-space:
option should be provided as environment variable STORAGE
.
I.e.
version: "3.7"
services:
storagenode2:
container_name: storagenode2
restart: always
stop_grace_period: 300s
image: storjlabs/storagenode:latest
ports:
- "28969:28967/tcp"
- "28969:28967/udp"
- "14003:14003"
volumes:
- type: bind
source: /mnt/storj/storagenode2/identity
target: /app/identity
- type: bind
source: /mnt/storj//storagenode2
target: /app/config
environment:
- WALLET=0x...
- EMAIL=yyyy@zzz
- ADDRESS=xxx:28969
- STORAGE=7TB
command:
- "--operator.wallet-features=zksync"
- "--console.address: 14003"