2024-08-15 19:45:36 +03:00
2024-08-15 19:27:52 +03:00
2024-08-15 17:44:53 +04:00
2024-08-15 19:27:52 +03:00
2024-08-15 17:44:53 +04:00
2024-08-15 19:45:36 +03:00

AmneziaWG-Docker-Compose

Docker Compose to deploy AmneziaWG services

Deploying

git clone https://github.com/metya/AmneziaWG-Docker-Compose
cd AmneziaWG-Docker-Compose
chmod -R 775 server_scripts
docker compose up -d

When you add your server to AmneziaWG app you need to be able to run sudo from your user on the server. When doing so, sudo must be without a password. You can do it like that:

sudo visudo

Add $user ALL=(ALL) NOPASSWD:ALL line to that file, where $user is the name of your user, and save.

Description
No description provided
Readme GPL-3.0 63 KiB
Languages
Shell 73.8%
Dockerfile 26.2%