Skip to content

Commit

Permalink
Update default docker compose command (#240)
Browse files Browse the repository at this point in the history
Replace deprecated "docker-compose" with "docker compose" in docker.el. This
change reflects that docker compose is now a built-in Docker plugin, and the
standalone docker-compose binary is no longer maintained [1].

[1] https://docs.docker.com/compose/releases/migrate/

Signed-off-by: Bryan Frimin <[email protected]>
  • Loading branch information
gearnode authored Dec 23, 2024
1 parent ec2391a commit 813c004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Docker compose customization group."
:group 'docker)

(defcustom docker-compose-command "docker-compose"
(defcustom docker-compose-command "docker compose"
"The `docker-compose' binary."
:group 'docker-compose
:type 'string)
Expand Down

0 comments on commit 813c004

Please sign in to comment.