mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-07 16:33: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}'
|
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||||
command:
|
command:
|
||||||
- anvil
|
- anvil
|
||||||
- --port 8540
|
- --port=8540
|
||||||
- --chain-id 1337
|
- --chain-id=1337
|
||||||
- --block-time 12
|
- --block-time=12
|
||||||
- --accounts 1
|
- --accounts=1
|
||||||
networks:
|
networks:
|
||||||
- simulation
|
- simulation
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user