From 2f71e0c4abb55d6ce7cba7d5843a35c09f6c761f Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Thu, 25 Sep 2025 05:32:33 +0800 Subject: [PATCH] feat: update remmina 1.4.40 --- apps/remmina/{1.4.35 => 1.4.40}/.env.sample | 0 apps/remmina/{1.4.35 => 1.4.40}/data.yml | 0 .../{1.4.35 => 1.4.40}/docker-compose.yml | 17 ++++++++--------- 3 files changed, 8 insertions(+), 9 deletions(-) rename apps/remmina/{1.4.35 => 1.4.40}/.env.sample (100%) rename apps/remmina/{1.4.35 => 1.4.40}/data.yml (100%) rename apps/remmina/{1.4.35 => 1.4.40}/docker-compose.yml (57%) diff --git a/apps/remmina/1.4.35/.env.sample b/apps/remmina/1.4.40/.env.sample similarity index 100% rename from apps/remmina/1.4.35/.env.sample rename to apps/remmina/1.4.40/.env.sample diff --git a/apps/remmina/1.4.35/data.yml b/apps/remmina/1.4.40/data.yml similarity index 100% rename from apps/remmina/1.4.35/data.yml rename to apps/remmina/1.4.40/data.yml diff --git a/apps/remmina/1.4.35/docker-compose.yml b/apps/remmina/1.4.40/docker-compose.yml similarity index 57% rename from apps/remmina/1.4.35/docker-compose.yml rename to apps/remmina/1.4.40/docker-compose.yml index 920f5d4..ec3ce79 100644 --- a/apps/remmina/1.4.35/docker-compose.yml +++ b/apps/remmina/1.4.40/docker-compose.yml @@ -5,20 +5,19 @@ services: networks: - 1panel-network ports: - - "${PANEL_APP_PORT_HTTP}:3000" - - "${PANEL_APP_PORT_HTTPS}:3001" + - ${PANEL_APP_PORT_HTTP}:3000 + - ${PANEL_APP_PORT_HTTPS}:3001 volumes: - - "${DATA_PATH}:/config" + - ${DATA_PATH}:/config environment: - PUID=1000 - PGID=1000 - TZ=${TIME_ZONE} - CUSTOM_USER=${HTTP_USER} - PASSWORD=${HTTP_PWD} - image: linuxserver/remmina:1.4.35 - labels: - createdBy: "Apps" - -networks: - 1panel-network: + image: linuxserver/remmina:1.4.40 + labels: + createdBy: Apps +networks: + 1panel-network: external: true