mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
13 lines
248 B
YAML
13 lines
248 B
YAML
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
|