vpnunit docker-compose for deployment

This commit is contained in:
giomba 2021-03-06 16:16:01 +01:00
parent 92ac04b0bc
commit b65c758745
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
version: "3.3"
services:
vpnunit:
image: hub.docker.golem.linux.it/vpnunit:latest
restart: unless-stopped
volumes:
- /srv/vpnunit:/data
ports:
- "7030:5000"