Browse Source

fix legacy ENV key=value format warnings

Co-authored-by: Clawbot (Kimi K3 Fast) <clawbot@openclaw.ai>
Fabian Peter Hammerle 4 days ago
parent
commit
9563702735
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Dockerfile

+ 4 - 4
Dockerfile

@@ -23,10 +23,10 @@ VOLUME /onion-service
 
 
 COPY torrc.template entrypoint.sh /
 COPY torrc.template entrypoint.sh /
 RUN chmod -c a+rX /torrc.template /entrypoint.sh
 RUN chmod -c a+rX /torrc.template /entrypoint.sh
-ENV VERSION 3
-ENV VIRTUAL_PORT 80
-ENV TARGET 1.2.3.4:8080
-ENV NON_ANONYMOUS_SINGLE_HOP_MODE 0
+ENV VERSION=3
+ENV VIRTUAL_PORT=80
+ENV TARGET=1.2.3.4:8080
+ENV NON_ANONYMOUS_SINGLE_HOP_MODE=0
 ENTRYPOINT ["/entrypoint.sh"]
 ENTRYPOINT ["/entrypoint.sh"]
 
 
 USER tor
 USER tor