mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Format fix
This commit is contained in:
@@ -15,9 +15,7 @@ export function generate(schema: Schema): Template {
|
|||||||
serviceName: "filebrowser",
|
serviceName: "filebrowser",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
const envs = [
|
const envs = ["FB_BASEURL=/filebrowser"];
|
||||||
"FB_BASEURL=/filebrowser",
|
|
||||||
];
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
envs,
|
envs,
|
||||||
|
|||||||
Reference in New Issue
Block a user