Skip to content

Commit

Permalink
feat(docker): remove specify obsolete version
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrax1 committed Jul 9, 2024
1 parent 697e469 commit 073e559
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion tools/docker/docker-compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.8'
services:
node:
develop:
Expand Down
2 changes: 0 additions & 2 deletions tools/docker/docker-compose.gethnet.local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
node:
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions tools/docker/docker-compose.gethnet.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
node:
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions tools/docker/docker-compose.paritynet.local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
node:
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions tools/docker/docker-compose.paritynet.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
node:
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions tools/docker/docker-compose.postgres.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
node:
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions tools/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
node:
container_name: chainlink-node
Expand Down

0 comments on commit 073e559

Please sign in to comment.