mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 16:47:11 +08:00
docs: introduce docker compose
This commit is contained in:
@@ -82,15 +82,3 @@ services:
|
||||
depends_on:
|
||||
- confd
|
||||
- switch
|
||||
dns:
|
||||
restart: always
|
||||
image: "adguard/dnsproxy:latest.x86_64"
|
||||
# privileged: true
|
||||
# network_mode: "host"
|
||||
network_mode: service:confd
|
||||
entrypoint: ["/opt/dnsproxy/dnsproxy", "--config-path=/opt/dnsproxy/config.yaml"]
|
||||
volumes:
|
||||
- /opt/openlan/etc/dnsproxy/config.yaml:/opt/dnsproxy/config.yaml
|
||||
depends_on:
|
||||
- confd
|
||||
- switch
|
||||
|
Reference in New Issue
Block a user