Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.8"
- services:
- openvpn-as:
- image: linuxserver/openvpn-as
- container_name: openvpn-as
- environment:
- - PUID=1000
- - PGID=1000
- - TZ=Asia/Hong_Kong
- volumes:
- - type: bind
- source: ./config
- target: /config
- ports:
- - 943:943
- - 9443:9443
- - 1194:1194/udp
- network_mode: bridge
- cap_add:
- - NET_ADMIN
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement