2022-12-28 13:57:02 +03:00
|
|
|
---
|
2020-11-10 11:06:04 +01:00
|
|
|
services:
|
|
|
|
wg-portal:
|
2024-11-24 18:53:28 +01:00
|
|
|
image: wgportal/wg-portal:latest
|
2020-11-10 11:06:04 +01:00
|
|
|
container_name: wg-portal
|
|
|
|
restart: unless-stopped
|
2021-11-04 22:52:14 +01:00
|
|
|
logging:
|
|
|
|
options:
|
|
|
|
max-size: "10m"
|
|
|
|
max-file: "3"
|
2020-11-10 11:06:04 +01:00
|
|
|
cap_add:
|
|
|
|
- NET_ADMIN
|
|
|
|
network_mode: "host"
|
|
|
|
volumes:
|
|
|
|
- /etc/wireguard:/etc/wireguard
|
2020-11-10 12:24:18 +01:00
|
|
|
- ./data:/app/data
|
2023-10-26 12:42:18 +02:00
|
|
|
- ./config:/app/config
|
|
|
|
# restart: no
|
|
|
|
# command: ["-migrateFrom=/app/data/wg_portal.db"]
|
|
|
|
|