Skip to content
Snippets Groups Projects
Unverified Commit cd1c3ab8 authored by Loris Moulin's avatar Loris Moulin Committed by GitHub
Browse files

fix: updated default listening address of file server (#156)

parents 2b948fb1 88d343d9
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