File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
apps/dokploy/components/dashboard/compose/general
packages/server/src/db/schema Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ export const ComposeFileEditor = ({ composeId }: Props) => {
7474 await mutateAsync ( {
7575 composeId,
7676 composeFile : data . composeFile ,
77+ composePath : "./docker-compose.yml" ,
7778 sourceType : "raw" ,
7879 } )
7980 . then ( async ( ) => {
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { gitea } from "./gitea";
1212import { github } from "./github" ;
1313import { gitlab } from "./gitlab" ;
1414import { mounts } from "./mount" ;
15- import { projects } from "./project" ;
1615import { schedules } from "./schedule" ;
1716import { server } from "./server" ;
1817import { applicationStatus , triggerType } from "./shared" ;
You can’t perform that action at this time.
0 commit comments