Skip to content

Commit

Permalink
Replace 'docker-compose' with 'docker compose'
Browse files Browse the repository at this point in the history
  • Loading branch information
non committed Aug 14, 2024
1 parent b5182ad commit b22649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ThisBuild / nativeBrewInstallCond := Some("matrix.project == 'skunkNative'")

lazy val setupCertAndDocker = Seq(
WorkflowStep.Run(
commands = List("export SERVER_KEY=$(cat world/server.key)", "export SERVER_CERT=$(cat world/server.crt)", "docker-compose up -d"),
commands = List("export SERVER_KEY=$(cat world/server.key)", "export SERVER_CERT=$(cat world/server.crt)", "docker compose up -d"),
name = Some("Start up Postgres"),
)
)
Expand Down

0 comments on commit b22649d

Please sign in to comment.