diff --git a/compose.yaml b/compose.yaml index cf2ccbf..8c197c4 100644 --- a/compose.yaml +++ b/compose.yaml @@ -33,7 +33,15 @@ services: networks: emby_sascha_network: # ipv6_address: 2a01:4f8:120:2144::c101:eb1 - + frpc: + image: snowdreamtech/frpc + container_name: frpc + restart: always + networks: + emby_sascha_network + volumes: + - /app-config/frpc/frpc.toml:/etc/frp/frpc.toml + alloy: image: grafana/alloy:latest container_name: alloy