Skip to content

Commit

Permalink
fix: removed podman hosts from dnsmasq
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Feb 28, 2024
1 parent 2ed6bc5 commit 3d261d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/dnsmasq.service
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ExecStart=/usr/bin/podman run \
--name=dnsmasq \
--network=host \
--cap-add=NET_ADMIN,NET_RAW \
--no-hosts \
--volume=/var/lib/nethserver/%N/state/dnsmasq.d:/etc/dnsmasq.d:Z \
${DNSMASQ_SERVER_IMAGE}
ExecStop=/usr/bin/podman stop \
Expand Down

0 comments on commit 3d261d1

Please sign in to comment.