simple docker image based on nginx stable-alpine-slim with support for wireguard client
1.3K
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:448f8450c…
Size
7.1 MB
Last updated
6 days ago
docker pull gorneman/wg-nginx