Skip to content

Commit

Permalink
ci: add container_name to docker-compose to properly run w\o ci_run (#…
Browse files Browse the repository at this point in the history
…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`.
  • Loading branch information
artmakh authored Nov 2, 2023
1 parent f24d6bf commit f97523e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-gpu-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:

zk:
image: "matterlabs/zk-environment:cuda-11-8-latest"
container_name: zk
depends_on:
- geth
- postgres
Expand Down

0 comments on commit f97523e

Please sign in to comment.