Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrose14 committed Nov 26, 2023
1 parent 78d8a5b commit f3a2180
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ set -e
# Run on initial instance creation:
# > sudo apt-get update
# > sudo apt-get install podman
# > sudo setcap cap_net_bind_service=+ep /usr/bin/podman
# > sudo setcap cap_net_bind_service=+ep $(which slirp4netns)
# > systemctl --user enable podman.socket
# > loginctl enable-linger ianrose14
# add "net.ipv4.ip_unprivileged_port_start=80" to /etc/sysctl.conf

# make webapp-linux

Expand Down

0 comments on commit f3a2180

Please sign in to comment.