Skip to content

Commit 1b5e909

Browse files
authored
Update readme-vars.yml
1 parent 666ba63 commit 1b5e909

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ available_architectures:
1212
param_container_name: "{{ project_name }}"
1313
param_usage_include_vols: true
1414
param_volumes:
15-
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
15+
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
1616
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Download location"}
1717
- {vol_path: "/tv", vol_host_path: "/path/to/tv/shows", desc: "TV Shows location"}
1818
param_usage_include_ports: true
@@ -26,7 +26,7 @@ app_setup_block_enabled: true
2626
app_setup_block: "Web interface is at `<your ip>:8081`. \n\nSet paths for downloads, tv-shows to match docker mappings via the webui, for more information check out [{{ project_name|capitalize }}]({{ project_url }}).\n"
2727
# changelog
2828
changelogs:
29-
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
29+
- {date: "08.01.24:", desc: "Rebase to Alpine 3.19."}
3030
- {date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
3131
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
3232
- {date: "11.07.23:", desc: "Rebase to Alpine 3.18."}

0 commit comments

Comments
 (0)