setting a project name for docker-compose in .env

This commit is contained in:
2026-01-02 10:21:29 +01:00
parent b34fb6b2d2
commit 7785956c86
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ echo "📦 Building and starting development containers..."
docker-compose -f docker-compose.dev.yml down
# Baue und starte die Container
COMPOSE_PROJECT_NAME=bamort docker-compose -f docker-compose.dev.yml up --build -d
docker-compose -f docker-compose.dev.yml up --build -d
echo "✅ Development environment started."