Fix typo in container volume for onepassword-sync.
This commit is contained in:
parent
dfd1201099
commit
7d276ec7b8
1 changed files with 1 additions and 1 deletions
|
@ -143,6 +143,6 @@ set container name onepassword-sync network services address '10.5.0.6'
|
|||
set container name onepassword-sync volume credentials source '/config/secrets/1password-credentials.json'
|
||||
set container name onepassword-sync volume credentials destination '/home/opuser/.op/1password-credentials.json'
|
||||
set container name onepassword-sync volume credentials mode 'ro'
|
||||
set container name onepassword-connect volume data source '/tmp/onepassword/data'
|
||||
set container name onepassword-sync volume data source '/tmp/onepassword/data'
|
||||
set container name onepassword-sync volume data destination '/home/opuser/.op/data'
|
||||
set container name onepassword-sync volume data mode 'rw'
|
Reference in a new issue