Skip to content

Commit

Permalink
fix param issue
Browse files Browse the repository at this point in the history
  • Loading branch information
acwhite211 committed Nov 21, 2024
1 parent 7db53ad commit 56136d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/lib/dockerCompose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const resolveVersion = (deployment: Deployment) =>
export const createDockerConfig = (
deployments: RA<ActiveDeployment>,
// This is used just to make docker Nginx container if config changed
nginxConfigHash: number,
sp7HasConfig: boolean = false
nginxConfigHash: number
): string => `
version: '3.9'
services:
Expand Down

0 comments on commit 56136d6

Please sign in to comment.