Skip to content

Commit

Permalink
fix: fix container connection
Browse files Browse the repository at this point in the history
  • Loading branch information
FerroEduardo committed Oct 26, 2023
1 parent 008b116 commit f3a94c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ podman run -d \
--memory 200M \
--name $CONTAINER_NAME \
--restart always \
--network slirp4netns:allow_host_loopback=true \
$CONTAINER_REPOSITORY || { echo 'Failed to start container failed'; exit 1; }


Expand Down

0 comments on commit f3a94c9

Please sign in to comment.