mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
Merge branch 'main' of github.com:koush/scrypted
This commit is contained in:
@@ -18,7 +18,7 @@ RUN xcaddy build --with github.com/caddy-dns/cloudflare --output /usr/local/bin/
|
||||
# nftables
|
||||
COPY scrypted-nftables.service /etc/systemd/system
|
||||
RUN systemctl enable scrypted-nftables
|
||||
RUN bash -c 'echo include \"/etc/nftables.d/*.conf\"\; >> /etc/nftables.conf'
|
||||
RUN bash -c 'echo include \"/etc/nftables.d/*.conf\"\; > /etc/nftables.conf'
|
||||
RUN mkdir -p /etc/nftables.d
|
||||
COPY 01-scrypted.conf /etc/nftables.d
|
||||
|
||||
@@ -36,4 +36,4 @@ COPY scrypted.service /etc/systemd/system/scrypted.service
|
||||
RUN systemctl enable scrypted
|
||||
|
||||
WORKDIR /
|
||||
CMD ["/sbin/init"]
|
||||
CMD ["/sbin/init"]
|
||||
|
||||
Reference in New Issue
Block a user