fix stack name for traefik
This commit is contained in:
parent
e19ee0b141
commit
46cd28f917
2 changed files with 1 additions and 2 deletions
|
@ -13,6 +13,6 @@
|
|||
|
||||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: forgejo
|
||||
name: traefik
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
||||
|
|
Reference in a new issue