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

This commit is contained in:
komodo 2025-11-18 12:06:04 +01:00
parent b9312b08f1
commit 16949e310b

View file

@ -27,7 +27,16 @@ services:
ports: ports:
- "8096:8096" - "8096:8096"
networks: networks:
emby_chris_network: - emby_chris_network
frpc:
image: snowdreamtech/frpc
container_name: frpc
restart: always
networks:
- emby_chris_network
volumes:
- /app-config/frpc/frpc.toml:/etc/frp/frpc.toml
netdata: netdata:
image: netdata/netdata:latest image: netdata/netdata:latest