Skip to content

Commit 93dfc30

Browse files
authored
Merge pull request #76 from linuxserver/ro-tweaks
2 parents 0904af8 + 760a19a commit 93dfc30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

readme-vars.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ opt_param_usage_include_vols: true
3232
opt_param_volumes:
3333
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files. Also set `LOG_FILE=true` to keep address history." }
3434

35+
readonly_supported: true
36+
3537
# application setup block
3638
app_setup_block_enabled: true
3739
app_setup_block: |

root/etc/s6-overlay/s6-rc.d/init-duckdns/run

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ fi
99

1010
# permissions
1111
lsiown -R abc:abc \
12-
/app \
1312
/config
1413

1514
# run initial IP update

0 commit comments

Comments
 (0)