Skip to content

Commit

Permalink
Use docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Aug 27, 2024
1 parent 566f447 commit 3d84fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/local-env/includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ command_exists() {
##
# Docker Compose helper
#
# Calls docker-compose with common options.
# Calls docker compose with common options.
##
dc() {
docker-compose $DOCKER_COMPOSE_FILE_OPTIONS "$@"
docker compose $DOCKER_COMPOSE_FILE_OPTIONS "$@"
}

##
Expand Down

0 comments on commit 3d84fba

Please sign in to comment.