mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Fixed DNS issue in amdgpu boinc client
This commit is contained in:
@@ -17,12 +17,13 @@ services:
|
||||
network_mode: host
|
||||
pid: host
|
||||
mem_swappiness: 1
|
||||
group_add:
|
||||
- video
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
- /dev/kfd:/dev/kfd
|
||||
group_add:
|
||||
- video
|
||||
volumes:
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
- ./data:/var/lib/boinc
|
||||
environment:
|
||||
- BOINC_CMD_LINE_OPTIONS=--allow_remote_gui_rpc
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Update Graviton's DB once a week.
|
||||
# Update Graviton's DB once a week (at midnight on Sundays).
|
||||
0 0 * * 0 docker ps -f 'name=pihole' -f 'status=running' -f 'health=healthy' -q | xargs -I{} docker exec {} pihole -g
|
||||
|
||||
Reference in New Issue
Block a user