Skip to content

Commit

Permalink
Maintainerr: volume fix (#397)
Browse files Browse the repository at this point in the history
fixed volume default based upon feedback here #394 (comment)
  • Loading branch information
maindust authored Nov 9, 2024
1 parent 8cadedb commit b90a98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/maintainerr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ maintainerr_docker_commands: "{{ lookup('vars', maintainerr_name + '_docker_comm

# Volumes
maintainerr_docker_volumes_default:
- "{{ maintainerr_paths_location }}:/app/config"
- "{{ maintainerr_paths_location }}:/opt/data"
maintainerr_docker_volumes_custom: []
maintainerr_docker_volumes: "{{ lookup('vars', maintainerr_name + '_docker_volumes_default', default=maintainerr_docker_volumes_default)
+ lookup('vars', maintainerr_name + '_docker_volumes_custom', default=maintainerr_docker_volumes_custom) }}"
Expand Down

0 comments on commit b90a98d

Please sign in to comment.