Skip to content

Commit

Permalink
Update the comments to mention using "docker compose" instead of "doc…
Browse files Browse the repository at this point in the history
…ker-compose"
  • Loading branch information
craigk5n committed Aug 31, 2024
1 parent 493aa58 commit 1a95613
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose-php8-dev.yml
Original file line number Diff line number Diff line change
@@ -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'

Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose-php8.yml
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit 1a95613

Please sign in to comment.