2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 12:05:02 +01:00

update pptp

This commit is contained in:
kev
2023-10-17 14:54:23 +08:00
parent 6903b27665
commit 3fa5bd0a64
8 changed files with 20 additions and 81 deletions

View File

@@ -1,10 +1,12 @@
pptp:
image: vimagick/pptp
environment:
- SERVER=192.168.31.222
- TUNNEL=vps
- USERNAME=username
- PASSWORD=password
net: host
privileged: yes
restart: unless-stopped
version: "3.8"
services:
pptp:
image: vimagick/pptp
environment:
- SERVER=192.168.31.222
- TUNNEL=vps
- USERNAME=username
- PASSWORD=password
network_mode: host
privileged: true
restart: unless-stopped