mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Rename docker-compose-overrides.yml to docker-compose.override.yml
This commit is contained in:
parent
47b8c39f67
commit
7400b48c95
2 changed files with 3 additions and 3 deletions
|
@ -11,10 +11,10 @@
|
|||
group: root
|
||||
mode: 0644
|
||||
|
||||
- name: Azuracast - Copy over docker-compose-overrides.yml template to Azuracast config directory
|
||||
- name: Azuracast - Copy over docker-compose.override.yml template to Azuracast config directory
|
||||
template:
|
||||
src: docker-compose-overrides.yml.j2
|
||||
dest: "{{ azuracast_host_dir }}/docker-compose-overrides.yml"
|
||||
src: docker-compose.override.yml.j2
|
||||
dest: "{{ azuracast_host_dir }}/docker-compose.override.yml"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue