https://github.com/null-none/docker-vpn-wireguard
WireGuard VPN server from a Docker container
https://github.com/null-none/docker-vpn-wireguard
docker docker-compose vpn wireguard
Last synced: 3 months ago
JSON representation
WireGuard VPN server from a Docker container
- Host: GitHub
- URL: https://github.com/null-none/docker-vpn-wireguard
- Owner: null-none
- License: mit
- Created: 2024-02-27T21:51:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T22:07:52.000Z (over 2 years ago)
- Last Synced: 2026-02-13T10:26:13.780Z (5 months ago)
- Topics: docker, docker-compose, vpn, wireguard
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-vpn-wireguard
### Install
```bash
apt update && apt upgrade -y
apt install docker.io
apt install docker-compose
```
### Run docker container
```bash
docker-compose up -d
docker exec -it wireguard /app/show-peer 1
```