Fix: Disable rootless docker. Rootless breaks port binding. May be able to work around later.
This commit is contained in:
parent
b23ea9e1e4
commit
b2bd1a9d60
@ -2,7 +2,7 @@
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings.data-root = "/docker";
|
||||
rootless.enable = true;
|
||||
rootless.enable = false;
|
||||
rootless.setSocketVariable = true;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user