diff --git a/apps/wg-easy/docker-compose.yml b/apps/wg-easy/docker-compose.yml index 086ebdb0..e81afd95 100644 --- a/apps/wg-easy/docker-compose.yml +++ b/apps/wg-easy/docker-compose.yml @@ -13,7 +13,7 @@ services: WG_HOST: "${WIREGUARD_HOST}" PASSWORD: "${WIREGUARD_PASSWORD}" WG_DEFAULT_DNS: "${WIREGUARD_DNS:-8.8.8.8}" - WG_PERSISTENT_KEEPALIVE: 15 + WG_ALLOWED_IPS: 0.0.0.0/0, ::/0 cap_add: - NET_ADMIN - SYS_MODULE @@ -21,11 +21,4 @@ services: - net.ipv4.conf.all.src_valid_mark=1 - net.ipv4.ip_forward=1 networks: - - tipi_main_network - # labels: - # traefik.enable: true - # traefik.http.routers.wireguard.rule: Host(`wireguard.tipi.home`) - # traefik.http.routers.wireguard.service: wireguard - # traefik.http.routers.wireguard.tls: true - # traefik.http.routers.wireguard.entrypoints: websecure - # traefik.http.services.wireguard.loadbalancer.server.port: 51821 + - tipi_main_network \ No newline at end of file