mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 12:05:02 +01:00
update pptp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user