rename compose extension

This commit is contained in:
2024-12-22 17:04:54 +01:00
parent f04965dcbf
commit bc45e0df27
13 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,15 @@
services:
openvpn-server:
cap_add:
- NET_ADMIN
container_name: openvpn-server
extra_hosts:
- host:192.168.2.150
image: kylemanna/openvpn:2.4
network_mode: bridge
ports:
- 443:443
privileged: true
restart: unless-stopped
volumes:
- /opt/openvpn-server:/etc/openvpn