Skip to content

Commit f97523e

Browse files
authored
ci: add container_name to docker-compose to properly run w\o ci_run (matter-labs#385)
# What ❔ ## Why ❔ ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`.
1 parent f24d6bf commit f97523e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose-gpu-runner.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77

88
zk:
99
image: "matterlabs/zk-environment:cuda-11-8-latest"
10+
container_name: zk
1011
depends_on:
1112
- geth
1213
- postgres

0 commit comments

Comments
 (0)