mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 21:17:59 +00:00
compose-acceptance-test-linux: docker macvlan requires privileged mode
The macvlan network plugin for docker on linux requires privileged mode to work properly.
This commit is contained in:
parent
2dcdc15c54
commit
6e7d894765
@ -12,6 +12,7 @@ services:
|
|||||||
hat:
|
hat:
|
||||||
image: ghcr.io/nsacyber/hirs/hat
|
image: ghcr.io/nsacyber/hirs/hat
|
||||||
container_name: hat
|
container_name: hat
|
||||||
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- 53:53/tcp
|
- 53:53/tcp
|
||||||
- 53:53/udp
|
- 53:53/udp
|
||||||
|
Loading…
Reference in New Issue
Block a user