summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-02-09 14:41:14 +0100
committerAlan Pearce2025-02-09 14:41:14 +0100
commit081a9da659babf65b57fe19f0d10ac5d031f6567 (patch)
tree2c2e5f49777c58cdfe13725fa87f23565aba183f
parent099e371eb30584cbb77c8e5b65f40cade35df484 (diff)
downloadnixfiles-081a9da659babf65b57fe19f0d10ac5d031f6567.tar.lz
nixfiles-081a9da659babf65b57fe19f0d10ac5d031f6567.tar.zst
nixfiles-081a9da659babf65b57fe19f0d10ac5d031f6567.zip
shell: use docker's built-in compose subcommand
-rw-r--r--user/settings/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 41805a44..446c9fd4 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -64,7 +64,7 @@ in
       dp = "docker ps";
       dps = "docker ps";
 
-      dc = "docker-compose";
+      dc = "docker compose";
       dcb = "dc build";
       dcd = "dc down";
       dcj = "dc pull";