formatted arguments for anvil command to use '='

This commit is contained in:
stubbsta 2024-02-22 13:17:02 +02:00
parent b3cd74cc44
commit a0e6405ba0
No known key found for this signature in database

View File

@ -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