surrealdb / docker.surrealdb.com

Configuration files for running a multi-node SurrealDB cluster using Docker
https://docker.surrealdb.com
Apache License 2.0
36 stars 5 forks source link

Error unknown --profile command #4

Open architectureman opened 7 months ago

architectureman commented 7 months ago

With the --profile monitoring command we have slight changes the order of command to solved error unknown --profile command: docker compose --profile monitoring up --pull always -d

c-romeo commented 5 months ago

same on Windows 11 with Docker Desktop 4.28.0

$ docker-compose version
Docker Compose version v2.24.6-desktop.1

$ docker-compose up --pull always --profile monitoring -d
unknown flag: --profile

working command

$ docker-compose --profile monitoring up --pull always -d