forgot comma

This commit is contained in:
cventastic
2022-09-12 17:21:54 +02:00
parent d5e5288bd2
commit cfb4490a6d

View File

@@ -33,8 +33,8 @@ services:
# Maximum number of network peers (network disabled if set to 0) (default: 50) # Maximum number of network peers (network disabled if set to 0) (default: 50)
"--maxpeers=30", "--maxpeers=30",
# The Merge # The Merge
"--authrpc.jwtsecret=/jwtsecret" "--authrpc.jwtsecret=/jwtsecret",
"--authrpc.addr=0.0.0.0" "--authrpc.addr=0.0.0.0",
"--authrpc.vhosts=*" "--authrpc.vhosts=*"
] ]
networks: networks: