Skip to content

Commit f0e352a

Browse files
authored
Merge pull request #64 from RanabirChakraborty/AMW-592
AMW-592 AMW Github Actions are failing because of latest molecule
2 parents 7c54943 + 00ab4ea commit f0e352a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.config/molecule/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ platforms:
88
command: "/usr/sbin/init"
99
pre_build_image: true
1010
privileged: true
11-
port_bindings:
12-
- ${PORT_BINDING:-8080}:8080
11+
exposed_ports:
12+
- "8080/tcp"
1313
published_ports:
1414
- 0.0.0.0:${PORT_BINDING:-8080}:8080/TCP
1515

@@ -18,8 +18,8 @@ platforms:
1818
command: "/usr/sbin/init"
1919
pre_build_image: true
2020
privileged: true
21-
port_bindings:
22-
- ${PORT_BINDING:-8081}:8080
21+
exposed_ports:
22+
- "8080/tcp"
2323

2424
provisioner:
2525
name: ansible

0 commit comments

Comments
 (0)