11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
|
|
docker run \
|
||
|
|
--name=bind \
|
||
|
|
--network container:wireguard_arr_mod \
|
||
|
|
-m 200M \
|
||
|
|
-d -it \
|
||
|
|
-e TZ=Europe/Samara \
|
||
|
|
--restart=always \
|
||
|
|
-v /app/bind/db:/etc/bind \
|
||
|
|
-v /app/bind/log:/var/log/bind \
|
||
|
|
internetsystemsconsortium/bind9:9.18
|