[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
67c4bcb58e
commit
0977fd502b
1 changed files with 9 additions and 11 deletions
20
compose.yaml
20
compose.yaml
|
|
@ -15,7 +15,7 @@ services:
|
|||
volumes:
|
||||
- /app-config/emby:/config
|
||||
- /app-config/emby_backup:/backup
|
||||
- /data:/data
|
||||
- data:/data
|
||||
tmpfs:
|
||||
- /tmp:size=8G,mode=1777
|
||||
environment:
|
||||
|
|
@ -34,13 +34,11 @@ 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
|
||||
|
||||
volumes:
|
||||
data:
|
||||
name: emby_data
|
||||
driver: local
|
||||
driver_opts:
|
||||
device: :/volume1/nas
|
||||
o: addr=192.168.5.100,nolock,soft,rw
|
||||
type: nfs
|
||||
Loading…
Add table
Add a link
Reference in a new issue