mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
*: snap: don't use SNAP_COMMON
This commit is contained in:
parent
314a0ca27b
commit
25361836bf
@ -26,7 +26,7 @@ parts:
|
|||||||
cp AdGuardHome ${SNAPCRAFT_PART_INSTALL}/
|
cp AdGuardHome ${SNAPCRAFT_PART_INSTALL}/
|
||||||
apps:
|
apps:
|
||||||
adguard-home:
|
adguard-home:
|
||||||
command: AdGuardHome -c ${SNAP_COMMON}/AdGuardHome.yaml -w ${SNAP_DATA} --no-check-update
|
command: AdGuardHome -w ${SNAP_DATA} --no-check-update
|
||||||
plugs: [ network-bind ]
|
plugs: [ network-bind ]
|
||||||
daemon: simple
|
daemon: simple
|
||||||
restart-condition: always
|
restart-condition: always
|
Loading…
Reference in New Issue
Block a user