We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2949c14 commit dcf4444Copy full SHA for dcf4444
modules/docker.nix
@@ -41,6 +41,12 @@ with lib;
41
storageDriver = mkIf config.host.btrfs.enable "btrfs";
42
};
43
44
+ networking = {
45
+ firewall.allowedTCPPorts = [
46
+ 9003 # required so PHP XDebug can reach host machine
47
+ ];
48
+ };
49
+
50
security.wrappers = mkIf config.host.docker.rootless.enable {
51
docker-rootlesskit = {
52
owner = "root";
0 commit comments