Skip to content

Commit 56c5e8a

Browse files
committed
Update Docker Compose version to 2.21.0
1 parent 342ba15 commit 56c5e8a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,10 @@ jobs:
3939
steps:
4040
- checkout
4141

42-
- docker/install-docker-compose:
43-
version: "2.14.2"
44-
4542
- run:
4643
name: Build and start Docker Compose services
4744
command: bash ./build_github.sh
4845

49-
- run:
50-
name: Check DNS and network
51-
command: |
52-
cat /etc/hosts
53-
netstat -tulpn
54-
5546
- run:
5647
name: Check service ports
5748
command: |

0 commit comments

Comments
 (0)