Add /docker-volumes folder structure for bind mounts

This commit is contained in:
Jesper Hess 2019-02-13 10:04:22 +01:00
parent 7a1e2c4b02
commit d9921adae0
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
2 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,5 @@ users:
password: $6$qt3G.E.CxhC$OwBDn4rZUbCz06HLEMBHjgvKjxiv/eeerbklTHi.gpHIn1OejzX3k2.0NM0Dforaw6Yn5Y8Cgn8kL2FdbQLZ3/
groups:
- sudo
volume_root_folder: "/docker-volumes"

View File

@ -24,3 +24,4 @@ riot:
privatebin:
domain: "paste.{{ base_domain }}"
volume_folder: "{{ volume_root_folder}}/privatebin"