We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddff3fa commit d28ad95Copy full SHA for d28ad95
docker-compose.yml
@@ -19,11 +19,6 @@ services:
19
command: bats test
20
# Necessary so we can run a mock EC2 metadata service on port 80 on a special IP
21
privileged: true
22
- ports:
23
- # For moto
24
- - "5000:5000"
25
- # For ec2-metadata-mock
26
- - "8111:8111"
27
bats_ubuntu1804:
28
build:
29
context: ./
@@ -35,8 +30,3 @@ services:
35
30
36
31
37
32
38
39
40
41
42
0 commit comments