We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb6239 commit aac69c4Copy full SHA for aac69c4
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
# TODO: cache does not seem to work
10
# - ~/.bun/install/cache:/root/.bun/install/cache
11
command:
12
- bunx @acala-network/chopsticks@0.15.0 -c /app/chopsticks/configs/acala.yml -p 9944
+ bunx @acala-network/chopsticks@latest -c /app/chopsticks/configs/acala.yml -p 9944
13
ports:
14
- 9944:9944
15
healthcheck:
0 commit comments