mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
8 lines
210 B
Bash
8 lines
210 B
Bash
#!/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 "$@"
|