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.
2 parents 844c56e + b23fe65 commit 4b8f2ccCopy full SHA for 4b8f2cc
support/systemd/lib/systemd/system/docker-volume-netshare.service
@@ -1,8 +1,15 @@
1
[Unit]
2
Description=Docker NFS, AWS EFS & Samba/CIFS Volume Plugin
3
+<<<<<<< HEAD
4
Documentation=https://github.com/ContainX/docker-volume-netshare
5
After=nfs-utils.service docker.service
6
Requires=docker.service
7
+=======
8
+Documentation=https://github.com/gondor/docker-volume-netshare
9
+After=nfs-utils.service
10
+Before=docker.service
11
+Requires=nfs-utils.service
12
+>>>>>>> b23fe656606d7043631ecf7c5e8f60cbd3185972
13
14
15
[Service]
0 commit comments