Skip to content

Instantly share code, notes, and snippets.

@dayvsonlima
Created November 30, 2019 20:47
Show Gist options
  • Save dayvsonlima/0c861e2c43ee52b254df6e397eebbb0c to your computer and use it in GitHub Desktop.
Save dayvsonlima/0c861e2c43ee52b254df6e397eebbb0c to your computer and use it in GitHub Desktop.
version: "2"
services:
openvpn-as:
image: linuxserver/openvpn-as
container_name: openvpn-as
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- INTERFACE=eth0 #optional
- PASSWORD=superpotato
volumes:
- path to data:/config
ports:
- 943:943
- 9443:9443
- 1194:1194/udp
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment