From 1c827230132d552158f55ae4725d0f404bfa5115 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 18 Nov 2025 08:08:00 +0100 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 56b06ea..bebc3d1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -22,11 +22,12 @@ services: image: snowdreamtech/frps container_name: frps restart: always - network_mode: host - volumes: - - /app-config/frp/frps.toml:/etc/frp/frps.toml networks: - proxy_network + ports: + - 7000:7000 + volumes: + - /app-config/frp/frps.toml:/etc/frp/frps.toml vaultwarden: image: vaultwarden/server:latest