mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-03 22:43:07 +00:00
formatted arguments for anvil command to use '='
This commit is contained in:
parent
b3cd74cc44
commit
a0e6405ba0
@ -16,10 +16,10 @@ services:
|
||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||
command:
|
||||
- anvil
|
||||
- --port 8540
|
||||
- --chain-id 1337
|
||||
- --block-time 12
|
||||
- --accounts 1
|
||||
- --port=8540
|
||||
- --chain-id=1337
|
||||
- --block-time=12
|
||||
- --accounts=1
|
||||
networks:
|
||||
- simulation
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user