mirror of
https://github.com/wireadmin/wireadmin
synced 2025-06-26 18:28:06 +00:00
fix
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user