simple docker image based on nginx stable-alpine-slim with support for wireguard client
2.8K
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
Content type
Image
Digest
sha256:1acf10e75…
Size
9 MB
Last updated
12 days ago
docker pull gorneman/wg-nginx