diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-28 02:53:38 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-28 02:53:38 +0900 |
| commit | 94647f411620b2deb7193ebebbf7b6b7bab5ffb6 (patch) | |
| tree | 75e81542b123f6a4b94762cd31530830ff0f8162 /Makefile | |
| parent | 3e6e98518eeace97fc6c12b513afec3646fb9105 (diff) | |
| download | phperkaigi-2024-albatross-94647f411620b2deb7193ebebbf7b6b7bab5ffb6.tar.gz phperkaigi-2024-albatross-94647f411620b2deb7193ebebbf7b6b7bab5ffb6.tar.zst phperkaigi-2024-albatross-94647f411620b2deb7193ebebbf7b6b7bab5ffb6.zip | |
migrate docker compose to v2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -DOCKER_COMPOSE := docker compose -f docker-compose.local.yml --env-file .env.local +DOCKER_COMPOSE := docker compose -f compose.local.yaml --env-file .env.local .PHONY: up up: |
