mirror of
https://github.com/fosrl/gerbil.git
synced 2026-02-26 14:56:45 +00:00
Install more stuff
This commit is contained in:
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /gerbil
|
|||||||
# Start a new stage from scratch
|
# Start a new stage from scratch
|
||||||
FROM ubuntu:22.04 AS runner
|
FROM ubuntu:22.04 AS runner
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y nftables && apt-get clean
|
RUN apt-get update && apt-get install -y nftables iproute2 wireguard && apt-get clean
|
||||||
|
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,4 @@ services:
|
|||||||
- 51820:51820/udp
|
- 51820:51820/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ./config_example.json:/config/config.json
|
- ./config_example.json:/config/config.json
|
||||||
sysctls:
|
|
||||||
- net.ipv4.conf.all.src_valid_mark=1
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user