docker: fix systemd socket activation
This commit is contained in:
parent
5f69227d55
commit
a81c27cd54
@ -165,7 +165,7 @@ in
|
||||
''
|
||||
${cfg.package}/bin/dockerd \
|
||||
--group=docker \
|
||||
--host=unix:// \
|
||||
--host=fd:// \
|
||||
--log-driver=${cfg.logDriver} \
|
||||
${optionalString (cfg.storageDriver != null) "--storage-driver=${cfg.storageDriver}"} \
|
||||
${optionalString cfg.liveRestore "--live-restore" } \
|
||||
|
Loading…
Reference in New Issue
Block a user