Ghost/.github/scripts
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
..
mysql-preload Added MySQL setup via Docker 2023-12-07 10:57:47 +01:00
dev.js Removed manual list of Typescript projects from dev script 2023-12-13 13:18:11 +01:00
docker-compose.yml Updated docker-compose.yml to include a name for the project (#19588) 2024-02-01 09:06:44 +00:00
setup.js Added xxl options to data generation (#19488) 2024-01-16 10:20:33 +00:00