diff --git a/compose.yaml b/compose.yaml index 10adf2b..1599aab 100644 --- a/compose.yaml +++ b/compose.yaml @@ -27,8 +27,17 @@ services: ports: - "8096:8096" 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: image: netdata/netdata:latest container_name: netdata