using specific foundry image and reformatted command arguments, previous didn't work

This commit is contained in:
stubbsta 2024-02-22 15:00:58 +02:00
parent a0e6405ba0
commit d1f34b77b1
No known key found for this signature in database

View File

@ -11,15 +11,15 @@ networks:
services:
foundry:
image: ghcr.io/foundry-rs/foundry:latest
image: ghcr.io/foundry-rs/foundry:nightly-9b73e06e1fe376738b92ae081107620291d50188
labels:
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
command:
- anvil
- --port=8540
- --chain-id=1337
- --block-time=12
- --accounts=1
command: >
"anvil
--port=8540
--chain-id=1337
--block-time=12
--accounts=1"
networks:
- simulation