Skip to content

Commit ce47461

Browse files
authored
disable host network (OpenHands#1404)
1 parent 44aea95 commit ce47461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containers/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FROM python:3.12-slim as runtime
3333
WORKDIR /app
3434

3535
ENV RUN_AS_DEVIN=false
36-
ENV USE_HOST_NETWORK=true
36+
ENV USE_HOST_NETWORK=false
3737
ENV SSH_HOSTNAME=host.docker.internal
3838
ENV WORKSPACE_BASE=/opt/workspace_base
3939
ENV OPEN_DEVIN_BUILD_VERSION=$OPEN_DEVIN_BUILD_VERSION

0 commit comments

Comments
 (0)