removed /etc and /opt

This commit is contained in:
cutemeli
2025-12-22 10:48:14 +00:00
parent 5ce7ca2c5d
commit 10d1afbb17
32559 changed files with 0 additions and 6756692 deletions

View File

@@ -1,19 +0,0 @@
version: '3.8'
services:
ovpn-admin:
image: flant/ovpn-admin:latest
container_name: ovpn-admin
restart: unless-stopped
environment:
- OVPN_DEBUG=false
- EASYRSA_PKI=/etc/openvpn/pki
- EASYRSA_VARS_FILE=/etc/openvpn/vars
- OVPN_SERVER_URL=udp://vpn.cutemeli.com:1194
- OVPN_ADMIN_USER=admin
- OVPN_ADMIN_PASSWORD=changeme
volumes:
- /etc/openvpn:/etc/openvpn
ports:
- "127.0.0.1:8082:8080"