Ghost/.github
Michael Barrett 47439b3b94
Updated docker-compose.yml to include a name for the project (#19588)
no refs

Added a name for the project in `docker-compose.yml` as it was using the
`scripts` directory as the name

Before:

```sh
❯ docker-compose ls
NAME                STATUS              CONFIG FILES
scripts             running(1)          /path/to/ghost/.github/scripts/docker-compose.yml
```

After:

```sh
❯ docker-compose ls
NAME                STATUS              CONFIG FILES
ghost               running(1)          /path/to/ghost/.github/scripts/docker-compose.yml
```
2024-02-01 09:06:44 +00:00
..
actions/restore-cache Fixed caching build assets 2023-07-10 14:47:08 +02:00
hooks Removed pre-push hook 2023-07-17 17:10:58 +02:00
ISSUE_TEMPLATE Switched our old style bug report template to a form 2021-11-12 10:30:08 +00:00
scripts Updated docker-compose.yml to include a name for the project (#19588) 2024-02-01 09:06:44 +00:00
workflows Free ubuntu-latest machines now also have 4 cores 2024-01-18 09:35:30 +00:00
CODE_OF_CONDUCT.md Added contributor code of conduct 2023-10-18 12:10:05 +02:00
codecov.yml Updated workflow for code coverage 2023-07-06 09:24:45 +02:00
CONTRIBUTING.md Improved commit message docs in contributing guide 2022-10-13 09:56:14 +07:00
FUNDING.yml Update FUNDING.yml 2020-07-28 13:19:20 +07:00
labeler.yml Fixed glob for Admin-X projects 2023-11-20 12:49:34 +01:00
PULL_REQUEST_TEMPLATE.md Removed GitHub Copilot for PRs templating value 2023-11-20 11:43:58 +01:00
SUPPORT.md Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00