Ensure volume mountpoints are happening before containers start up

This commit is contained in:
Johannes Zellner
2022-01-26 16:33:35 +01:00
parent 8f8a59bd87
commit 50adac3d99
+1
View File
@@ -3,6 +3,7 @@ Description=<%= name %>
<% if ( type === 'cifs' || type === 'nfs' || type === 'sshfs' ) { %>
Requires=unbound.service
After=unbound.service
Before=docker.service
<% } %>
[Mount]