Skip to content

Commit

Permalink
chore: fix docker compose throw error (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Jan 25, 2024
1 parent 4d62f2b commit 8fccdfc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Apps/Jellyseerr/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ services:
target: /app/config
bind:
create_host_path: true
devices: []
cap_add: []
network_mode: bridge
privileged: false
x-casaos:
Expand Down
2 changes: 0 additions & 2 deletions Apps/Medusa/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions Apps/Trilium/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions Apps/Twingate/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fccdfc

Please sign in to comment.