Refactor wallabag stack name and repo variables

Brought in line with other stack naming schemes.
This commit is contained in:
Marty Oehme 2023-12-08 20:34:41 +01:00
parent 9cf43d0d5d
commit a52cab2f61
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
6 changed files with 17 additions and 20 deletions

View file

@ -6,7 +6,7 @@ Contains only a single deployed image and a couple of simple variables to set.
## Variables
```
wallabag_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack.name }}"
wallabag_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
```
The on-target directory where the proxy configuration file should be stashed.