diff options
author | Alan Pearce | 2025-02-09 14:41:14 +0100 |
---|---|---|
committer | Alan Pearce | 2025-02-09 14:41:14 +0100 |
commit | 081a9da659babf65b57fe19f0d10ac5d031f6567 (patch) | |
tree | 2c2e5f49777c58cdfe13725fa87f23565aba183f | |
parent | 099e371eb30584cbb77c8e5b65f40cade35df484 (diff) | |
download | nixfiles-081a9da659babf65b57fe19f0d10ac5d031f6567.tar.lz nixfiles-081a9da659babf65b57fe19f0d10ac5d031f6567.tar.zst nixfiles-081a9da659babf65b57fe19f0d10ac5d031f6567.zip |
shell: use docker's built-in compose subcommand
-rw-r--r-- | user/settings/shell.nix | 2 |
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"; |