rename docker-compose to compose

This commit is contained in:
2025-12-06 13:03:06 +01:00
parent d59ed1c749
commit 7c70cc7760
13 changed files with 23 additions and 23 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