add uid/gid to toml files
This commit is contained in:
parent
aee56111b9
commit
c76ad0cc7b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
[template]
|
||||
src = "nginx.conf.tmpl"
|
||||
dest = "/app/server/config/nginx.conf"
|
||||
dest = "/app/server/config/nginx.conf"
|
||||
uid = 1000
|
||||
gid = 1000
|
|
@ -1,3 +1,5 @@
|
|||
[template]
|
||||
src = "redis.lua.tmpl"
|
||||
dest = "/app/server/db/redis.lua"
|
||||
uid = 1000
|
||||
gid = 1000
|
Loading…
Add table
Add a link
Reference in a new issue