[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
b9312b08f1
commit
16949e310b
1 changed files with 10 additions and 1 deletions
11
compose.yaml
11
compose.yaml
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue