rename all yml files to yaml

This commit is contained in:
2024-12-22 16:09:32 +01:00
parent 8381aec8da
commit b8471944b0
32 changed files with 50 additions and 49 deletions

View File

@@ -0,0 +1,15 @@
services:
openvpn-server:
cap_add:
- NET_ADMIN
container_name: openvpn-server
extra_hosts:
- host:192.168.2.200
image: kylemanna/openvpn:2.4
ports:
- 444:443
privileged: true
restart: unless-stopped
volumes:
- /opt/openvpn-server:/etc/openvpn
- /opt/openvpn-server/logrotate.d/openvpn:/etc/logrotate.d/openvpn