This commit is contained in:
Shahrad Elahi
2023-09-27 05:30:23 +03:30
parent c69b0cb5b0
commit 4ff0187f97
6 changed files with 15 additions and 11 deletions

View File

@@ -3,13 +3,13 @@ services:
wireadmin:
environment:
# ⚠️ Required:
# Change this to your host's public address
# Make sure change this to your host's public address
- WG_HOST=raspberrypi.local
image: shahradel/wireadmin
container_name: wireadmin
volumes:
- ~/.wg-data:/data
- redis-data:/data
ports:
- "51820:51820/udp"
- "3000:3000/tcp"
@@ -21,3 +21,6 @@ services:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
volumes:
redis-data:
driver: local