7 lines
171 B
Bash
Executable File
7 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
echo "Starting Kepler and DCRS..."
|
|
docker compose up -d
|
|
echo "Services started!"
|
|
echo "Game Server: 13321"
|
|
echo "Web Loader: http://localhost:8080/loader.php"
|