mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
This prevents running `docker compose` from the `docker` directory as it leads to an incomplete setup.
12 lines
538 B
Bash
12 lines
538 B
Bash
# ERROR: Do not run docker compose from this directory!
|
||
#
|
||
# This file should not exist, but it's here to prevent you from running
|
||
# docker compose from the docker/ directory.
|
||
#
|
||
# Please run docker compose from the repository root directory where the
|
||
# main .env file is located. The root .env file contains the necessary
|
||
# configuration for the full setup.
|
||
|
||
# This invalid variable will cause docker compose to fail with an error.
|
||
COMPOSE_FILE="ERROR please run Docker Compose from repository root, not from docker/ directory"
|