mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update MinecraftServer.php
This commit is contained in:
parent
d8e4329442
commit
094812064b
1 changed files with 1 additions and 3 deletions
|
@ -55,8 +55,6 @@ class MinecraftServer extends Model
|
|||
file_put_contents($minecraftServerPath.'/docker-compose.yml', $minecraftServerDocker);
|
||||
$docker = shell_exec('cd '.$minecraftServerPath.' && docker-compose up -d');
|
||||
|
||||
dd($docker);
|
||||
|
||||
});
|
||||
|
||||
static::created(function ($model) {
|
||||
|
|
Loading…
Reference in a new issue