There was an error while loading. Please reload this page.
2 parents 7c54943 + 00ab4ea commit f0e352aCopy full SHA for f0e352a
1 file changed
.config/molecule/config.yml
@@ -8,8 +8,8 @@ platforms:
8
command: "/usr/sbin/init"
9
pre_build_image: true
10
privileged: true
11
- port_bindings:
12
- - ${PORT_BINDING:-8080}:8080
+ exposed_ports:
+ - "8080/tcp"
13
published_ports:
14
- 0.0.0.0:${PORT_BINDING:-8080}:8080/TCP
15
@@ -18,8 +18,8 @@ platforms:
18
19
20
21
22
- - ${PORT_BINDING:-8081}:8080
23
24
provisioner:
25
name: ansible
0 commit comments