fix: Revert default network
This commit is contained in:
parent
ed01e78d77
commit
6643687c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export async function login({ email, password }) {
|
|||
create: {
|
||||
id: uid,
|
||||
name: uniqueName(),
|
||||
destinationDocker: { connect: { network: cuid() } }
|
||||
destinationDocker: { connect: { network: 'coolify' } }
|
||||
}
|
||||
},
|
||||
permission: { create: { teamId: uid, permission: 'owner' } }
|
||||
|
|
|
|||
Loading…
Reference in a new issue