chore: fix docker compose throw error (#401)

This commit is contained in:
CorrectRoadH 2024-01-25 14:17:13 +08:00 committed by GitHub
parent 4d62f2b897
commit 8fccdfcf7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 9 deletions

View File

@ -22,8 +22,6 @@ services:
target: /app/config
bind:
create_host_path: true
devices: []
cap_add: []
network_mode: bridge
privileged: false
x-casaos:

View File

@ -24,8 +24,6 @@ services:
- type: bind
source: /DATA/AppData/$AppID/Media/Television
target: /tv
devices: []
cap_add: []
network_mode: bridge
privileged: false
x-casaos:

View File

@ -19,8 +19,6 @@ services:
- type: bind
source: /DATA/AppData/trilium
target: /home/node/trilium-data
devices: []
cap_add: []
environment: []
network_mode: bridge
privileged: false

View File

@ -15,9 +15,6 @@ services:
sysctls:
net.ipv4.ping_group_range: "0 2147483647"
ports: []
volumes: []
devices: []
cap_add: []
network_mode: default
privileged: false
cpu_shares: 90