Fix shaarli version and image source
Shaarli images moved a while ago and received a different tag naming scheme. So we changed to the new repository and renamed the version from latest to release.
This commit is contained in:
parent
b3d84b6075
commit
b6e30811dc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
shaarli_version: latest
|
||||
shaarli_version: release # they offer: latest and release (stable) versions
|
||||
|
||||
shaarli_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
stack_name: shaarli
|
||||
|
||||
stack_image: "shaarli/shaarli"
|
||||
stack_image: "ghcr.io/shaarli/shaarli"
|
||||
|
||||
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue