This commit is contained in:
Tomas Dvorak
2026-01-26 08:13:18 +01:00
parent aa036b6550
commit dfc079288f
505 changed files with 95755 additions and 5712 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Smart Docker Compose command that respects ESHOP_ENABLED
# Use this instead of "docker compose up -d"
# Usage: ./dc-up.sh [additional-docker-compose-args]
./docker-compose-wrapper.sh up -d "$@"