mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-02 00:24:13 -05: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:
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
|
||||
|
||||
Reference in New Issue
Block a user