replace debug with obug (#2619)

* patch unenv

* replaces debug with obug

reverts unenv patch
This commit is contained in:
Bernd Storath
2026-05-18 09:40:36 +02:00
committed by GitHub
parent e57b0977d3
commit 4e8cccb4c7
9 changed files with 16 additions and 32 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ RUN update-alternatives --install /usr/sbin/iptables iptables /usr/sbin/iptables
RUN update-alternatives --install /usr/sbin/ip6tables ip6tables /usr/sbin/ip6tables-legacy 10 --slave /usr/sbin/ip6tables-restore ip6tables-restore /usr/sbin/ip6tables-legacy-restore --slave /usr/sbin/ip6tables-save ip6tables-save /usr/sbin/ip6tables-legacy-save
# Set Environment
ENV DEBUG=Server,WireGuard,Database,CMD
ENV DEBUG=Server,WireGuard,Database,CMD,Firewall
ENV PORT=51821
ENV HOST=0.0.0.0
ENV INSECURE=true