mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-26 15:05:50 +03:00
* docker: use --no-check-update
This commit is contained in:
parent
5b29cae133
commit
6ab8aa4da1
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ WORKDIR /opt/adguardhome/work
|
|||
#USER nobody
|
||||
|
||||
ENTRYPOINT ["/opt/adguardhome/AdGuardHome"]
|
||||
CMD ["-c", "/opt/adguardhome/conf/AdGuardHome.yaml", "-w", "/opt/adguardhome/work"]
|
||||
CMD ["-c", "/opt/adguardhome/conf/AdGuardHome.yaml", "-w", "/opt/adguardhome/work", "--no-check-update"]
|
||||
|
|
Loading…
Reference in a new issue