Skip to content

Commit

Permalink
migrate to docker compose V2 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
twalen authored Aug 9, 2024
1 parent 8eea74d commit 89faa8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easy_toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# system:
# docker
# docker-compose
# docker compose (V2)


# This script was created in order to help the users
Expand All @@ -19,7 +19,7 @@
import sys
from shlex import quote

BASE_DOCKER_COMMAND = "OIOIOI_UID=$(id -u) docker-compose" + \
BASE_DOCKER_COMMAND = "OIOIOI_UID=$(id -u) docker compose" + \
" -f docker-compose-dev.yml"

RAW_COMMANDS = [
Expand Down

0 comments on commit 89faa8b

Please sign in to comment.