Skip to content

Commit

Permalink
Remove Docker Compose Version
Browse files Browse the repository at this point in the history
This PR removes the Docker compose version from the
`docker-compose.yaml` files since they are obsoleted (thanks @remedcu
for pointing this out).

I also added a `name` field, so that the name remains constant even if
we move the docker compose files around (defaults to the parent
directory name).
  • Loading branch information
nlordell committed Jun 5, 2024
1 parent 4b7b71a commit e7b392d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/passkey/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
name: safe-passkey

services:
geth:
Expand Down
2 changes: 1 addition & 1 deletion packages/4337-local-bundler/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
name: safe-4337-local-bundler

services:
geth:
Expand Down

0 comments on commit e7b392d

Please sign in to comment.