[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2025-11-18 08:08:00 +01:00
parent c65fb7a6fa
commit 1c82723013

View file

@ -22,11 +22,12 @@ services:
image: snowdreamtech/frps image: snowdreamtech/frps
container_name: frps container_name: frps
restart: always restart: always
network_mode: host
volumes:
- /app-config/frp/frps.toml:/etc/frp/frps.toml
networks: networks:
- proxy_network - proxy_network
ports:
- 7000:7000
volumes:
- /app-config/frp/frps.toml:/etc/frp/frps.toml
vaultwarden: vaultwarden:
image: vaultwarden/server:latest image: vaultwarden/server:latest