Files
akvorado/docker/.env
Vincent Bernat 820802ebe4 docker: add a bogus docker/.env file
This prevents running `docker compose` from the `docker` directory as it
leads to an incomplete setup.
2025-12-06 11:13:01 +01:00

12 lines
538 B
Bash
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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"