From 93015ae09616f93386cb14a3068c4cfa2bbd221e Mon Sep 17 00:00:00 2001 From: nchebrov Date: Thu, 22 Jan 2026 03:38:19 +0000 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B2=D0=BE=D0=B9=20=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=20panel=20c=20mysql-client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- panel/docker-compose.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/panel/docker-compose.yml b/panel/docker-compose.yml index 8d06ced..a58ff2c 100644 --- a/panel/docker-compose.yml +++ b/panel/docker-compose.yml @@ -32,19 +32,11 @@ services: retries: 3 panel: - image: "ghcr.io/pterodactyl/panel:latest" + build: . container_name: pterodactyl_panel restart: unless-stopped stdin_open: true tty: true - command: > - sh -c " - if ! command -v mysql >/dev/null 2>&1; then - echo 'Installing mysql-client...' - apk update && apk add --no-cache mariadb-client - fi && - php-fpm - " ports: - "8080:80" volumes: