Skip to content
Snippets Groups Projects
Verified Commit 88d343d9 authored by Loris Moulin's avatar Loris Moulin
Browse files

fix: updated default LISTENING_ADDRESS to listen on all interfaces

parent 2b948fb1
Branches
No related merge requests found
......@@ -12,7 +12,7 @@ RUN cargo build --release -p zombienet-file-server
# run stage
FROM alpine:latest
ENV LISTENING_ADDRESS 127.0.0.1:80
ENV LISTENING_ADDRESS 0.0.0.0:80
ENV UPLOADS_DIRECTORY /uploads
COPY --from=builder /tmp/target/release/zombienet-file-server /usr/local/bin/file-server
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment