mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
chore(docs): change docker-compose to docker compose (#3007)
* update docker compose * fix swag docker compose indentation * and again.... * indentation for the second docker compose in the swag guide
This commit is contained in:
parent
6acadbc52b
commit
d17e46ee50
6 changed files with 51 additions and 53 deletions
2
makefile
2
makefile
|
@ -123,7 +123,7 @@ frontend-lint: ## 🧺 Run yarn lint
|
|||
# Docker makefile
|
||||
|
||||
prod: ## 🐳 Build and Start Docker Production Stack
|
||||
cd docker && docker compose -f docker-compose.yml -p mealie up --build
|
||||
cd docker && docker compose -f docker compose.yml -p mealie up --build
|
||||
|
||||
generate:
|
||||
poetry run python dev/code-generation/main.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue