add uid/gid to toml files
This commit is contained in:
parent
aee56111b9
commit
c76ad0cc7b
@ -1,3 +1,5 @@
|
||||
[template]
|
||||
src = "nginx.conf.tmpl"
|
||||
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…
Reference in New Issue
Block a user