1
0
Fork 0
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:
Kuchenpirat 2024-01-19 17:01:37 +01:00 committed by GitHub
parent 6acadbc52b
commit d17e46ee50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 51 additions and 53 deletions

View file

@ -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