mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:58 +02:00
11 lines
195 B
YAML
11 lines
195 B
YAML
pptp:
|
|
image: easypi/pptp-arm
|
|
environment:
|
|
- SERVER=192.168.31.222
|
|
- TUNNEL=vps
|
|
- USERNAME=username
|
|
- PASSWORD=password
|
|
net: host
|
|
privileged: yes
|
|
restart: unless-stopped
|