FG3K 修订了这个 Gist 2 days ago. 转到此修订
没有任何变更
FG3K 修订了这个 Gist 2 days ago. 转到此修订
1 file changed, 12 insertions
compose.yaml(文件已创建)
| @@ -0,0 +1,12 @@ | |||
| 1 | + | services: | |
| 2 | + | adguard: | |
| 3 | + | image: adguard/adguardhome | |
| 4 | + | container_name: AdGuard | |
| 5 | + | security_opt: | |
| 6 | + | - no-new-privileges:true | |
| 7 | + | network_mode: host | |
| 8 | + | volumes: | |
| 9 | + | - /etc/localtime:/etc/localtime:ro | |
| 10 | + | - /volume1/docker/adguard/conf:/opt/adguardhome/conf:rw | |
| 11 | + | - /volume1/docker/adguard/work:/opt/adguardhome/work:rw | |
| 12 | + | restart: unless-stopped | |
上一页
下一页