What are you trying to do?
I’m trying to start the proof server locally
What’s not working or unclear?
I’m following Midnight Docs to run the proof server. However when I run docker run -p 6300:6300 midnightnetwork/proof-server -- 'midnight-proof-server --network testnet' i got the following error:
error: unexpected argument '--network' found
tip: a similar argument exists: '--num-workers'
Usage: midnight-proof-server --num-workers <NUM_WORKERS>
For more information, try '--help'.
What have you tried so far?
Add any relevant code or error messages.