Skip to content

Commit

Permalink
qm.container: change default network option
Browse files Browse the repository at this point in the history
Change network option to private as default option

Fixes: #408

Signed-off-by: Douglas Schilling Landgraf <[email protected]>
  • Loading branch information
dougsland committed May 1, 2024
1 parent 5d67b75 commit 99ce675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qm.container
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AddDevice=-/dev/kvm
AddDevice=-/dev/fuse
ContainerName=qm
Exec=/sbin/init
Network=host
Network=private
PodmanArgs=--pids-limit=-1 --security-opt seccomp=/usr/share/qm/seccomp.json --security-opt label=nested --security-opt unmask=all
ReadOnly=true
Rootfs=${ROOTFS}
Expand Down

0 comments on commit 99ce675

Please sign in to comment.