docker-vpn/docker-compose.yml

13 lines
228 B
YAML
Raw Normal View History

2021-08-07 18:24:20 +02:00
version: '3.3'
services:
openvpn:
restart: never
build:
context: ./
dockerfile: Dockerfile
volumes:
- ./config.ovpn:/opt/config.ovpn
- ./auth.txt:/opt/auth.txt
cap_add:
- NET_ADMIN