gorneman/wg-nginx

By gorneman

Updated 6 days ago

simple docker image based on nginx stable-alpine-slim with support for wireguard client

Image
Networking
Web servers
0

1.3K

gorneman/wg-nginx repository overview

Here is an example of use with Docker Compose:

services:
  wg-nginx:
    container_name: wg-nginx
    image: gorneman/wg-nginx
    cap_add:
      - NET_ADMIN
      - SYS_MODULE    
    volumes:
      - ./wg-peer.conf:/etc/wireguard/wg0.conf
      - ./nginx-default.conf:/etc/nginx/conf.d/default.conf
    restart: unless-stopped
    ports:
      - 8080:80

Tag summary

Content type

Image

Digest

sha256:448f8450c

Size

7.1 MB

Last updated

6 days ago

docker pull gorneman/wg-nginx