Skip to content

Commit

Permalink
Merge pull request #55 from devilbox/ip-forwarding
Browse files Browse the repository at this point in the history
Fix sudo command
  • Loading branch information
cytopia authored Nov 7, 2022
2 parents 09e9bb3 + 6496fb0 commit 38ab9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-name-version-flavour-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: "[SETUP] Fix Docker IP forwarding"
run: |
sysctl net.ipv4.ip_forward
sysctl -w net.ipv4.ip_forward=1
sudo sysctl -w net.ipv4.ip_forward=1
sudo systemctl restart docker
# ------------------------------------------------------------
Expand Down

0 comments on commit 38ab9d2

Please sign in to comment.