Solved portfolio path bug and updated README.md

This commit is contained in:
2025-01-16 23:40:47 +01:00
parent fb4cc305c2
commit e94bcc3049
2 changed files with 12 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
- name: create {{docker_compose_instance_directory}}/app/config.yaml
copy:
src: "{{ inventory_dir }}/files/{{ inventory_hostname }}/docker/app/portfolio/config.yaml"
src: "{{ inventory_dir }}/files/{{ inventory_hostname }}/docker/portfolio/config.yaml"
dest: "{{docker_compose_instance_directory}}/app/config.yaml"
notify: docker compose project setup