fix: fix app format error (#404)

This commit is contained in:
CorrectRoadH 2024-01-26 10:43:58 +08:00 committed by GitHub
parent 8fccdfcf7a
commit e6aaab9b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -14,7 +14,6 @@ services:
restart: unless-stopped restart: unless-stopped
sysctls: sysctls:
net.ipv4.ping_group_range: "0 2147483647" net.ipv4.ping_group_range: "0 2147483647"
ports: []
network_mode: default network_mode: default
privileged: false privileged: false
cpu_shares: 90 cpu_shares: 90