From 1a95613080c61f78296e54775bc6d7c6f1ad4554 Mon Sep 17 00:00:00 2001 From: Craig Knudsen Date: Sat, 31 Aug 2024 11:35:38 -0400 Subject: [PATCH] Update the comments to mention using "docker compose" instead of "docker-compose" --- docker/docker-compose-php8-dev.yml | 6 +++--- docker/docker-compose-php8.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docker/docker-compose-php8-dev.yml b/docker/docker-compose-php8-dev.yml index dce966cb4..50a679834 100644 --- a/docker/docker-compose-php8-dev.yml +++ b/docker/docker-compose-php8-dev.yml @@ -1,7 +1,7 @@ -# Run docker-compose from the top-level WebCalendar directory and not from this "docker" subdirectory. +# Run docker compose from the top-level WebCalendar directory and not from this "docker" subdirectory. # If you need shell access on the webserver container running WebCalendar, you can use # the following command: -# docker-compose -f docker/docker-compose-php8-dev.yml exec webcalendar-php8-mariadb /bin/sh +# docker compose -f docker/docker-compose-php8-dev.yml exec webcalendar-php8-mariadb /bin/sh version: '3.1' @@ -81,7 +81,7 @@ services: - WEBCALENDAR_MODE=dev # To access the pgsql command line: - # docker-compose -f docker/docker-compose-php8-dev.yml exec db-pgsql /bin/bash + # docker compose -f docker/docker-compose-php8-dev.yml exec db-pgsql /bin/bash # Before the webcalendar db is created: # psql -h localhost -p 5432 -U webcalendar -W -d postgres db-pgsql: diff --git a/docker/docker-compose-php8.yml b/docker/docker-compose-php8.yml index 4d35a5629..6919ecf4c 100644 --- a/docker/docker-compose-php8.yml +++ b/docker/docker-compose-php8.yml @@ -1,7 +1,7 @@ -# Run docker-compose from the top-level WebCalendar directory and not from this "docker" subdirectory. +# Run docker compose from the top-level WebCalendar directory and not from this "docker" subdirectory. # If you need shell access on the webserver container running WebCalendar, you can use # the following command: -# docker-compose -f docker/docker-compose-php8.yml exec webcalendar-php8 /bin/sh +# docker compose -f docker/docker-compose-php8.yml exec webcalendar-php8 /bin/sh version: '3.1'