Skip to content

Commit

Permalink
Change the access method in molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
KireevDmitry committed Oct 19, 2023
1 parent 6e1bc26 commit 15fa19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nginx/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platforms:
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu2004}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: true
pre_build_image: true
Expand Down

0 comments on commit 15fa19d

Please sign in to comment.