Files
amneziawg-client/docker-compose.yml
2025-08-13 13:56:32 +07:00

19 lines
396 B
YAML

services:
amneziawg-client:
build:
context: .
dockerfile: Dockerfile
container_name: awgtest
cap_add:
- NET_ADMIN
- SYS_MODULE
# sysctls:
# - net.ipv4.ip_forward=1
# - net.ipv4.conf.all.src_valid_mark=1
network_mode: host
devices:
- /dev/net/tun:/dev/net/tun
volumes:
- ./config:/config:ro
restart: unless-stopped