Skip to content

Commit

Permalink
Use "docker compose" over "docker-compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Apr 29, 2024
1 parent 2889db2 commit 4da8fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dotenv:

# Run docker compose with the specified command
_dc *args:
docker-compose {{ DOCKER_FILES }} {{ args }}
docker compose {{ DOCKER_FILES }} {{ args }}

# Build all (or specified) container(s)
build service="": dotenv
Expand Down

0 comments on commit 4da8fb8

Please sign in to comment.