Skip to content

Commit

Permalink
Update readme, don't chown /app
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jul 6, 2024
1 parent a4d4119 commit 2e9394a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ param_usage_include_ports: true
param_ports:
- { external_port: "5000", internal_port: "5000", port_desc: "WebUI" }

readonly_supported: true

# optional container parameters
opt_param_usage_include_env: true
opt_param_env_vars:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
# shellcheck shell=bash

lsiown -R abc:abc \
/app \
/config \

0 comments on commit 2e9394a

Please sign in to comment.