Update example Docker volume path for the compose
This commit is contained in:
parent
2f13f9340a
commit
a4eee2aa99
|
@ -6,7 +6,7 @@ services:
|
||||||
hostname: __HOSTNAME__
|
hostname: __HOSTNAME__
|
||||||
image: dcr.wallace.sh/scott/infranet:latest
|
image: dcr.wallace.sh/scott/infranet:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /home/scott/tmp/infranet:/etc/nebula
|
- /path/to/infranet/config:/etc/nebula
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
devices:
|
devices:
|
||||||
|
|
Loading…
Reference in a new issue