Skip to content

Commit

Permalink
Update from docker-compose to docker compose (#355)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell committed Aug 12, 2024
1 parent b2ace76 commit 9886f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ you stay up-to-date with our repository:
### Running Archivista Development Environment

*Please note that the following `make` commands make use of both the `docker` and
`docker-compose` commands, so you may need to modify this locally if using tools
`docker compose` commands, so you may need to modify this locally if using tools
such as [nerdctl](https://github.com/containerd/nerdctl) or [podman](https://github.com/containers/podman).*

To start the Archivista development environment, simply execute the command:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ run-dev: ## Run the dev server

.PHONY: stop
stop: ## Stop the dev server
@docker-compose -f compose-dev.yml down -v
@docker compose -f compose-dev.yml down -v


.PHONY: clean
Expand Down

0 comments on commit 9886f9e

Please sign in to comment.