Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jul 2, 2024
1 parent 3de864a commit 7d1e676
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }

readonly_supported: true
readonly_message: |
`/tmp` must also be mounted to tmpfs for this image.
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Expand Down

0 comments on commit 7d1e676

Please sign in to comment.