mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-31 06:23:28 +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
|
#USER nobody
|
||||||
|
|
||||||
ENTRYPOINT ["/opt/adguardhome/AdGuardHome"]
|
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…
Add table
Reference in a new issue