Skip to content

Commit

Permalink
Merge pull request #8 from nimbux911/upgrade/ovpn-image
Browse files Browse the repository at this point in the history
change vpn docker image to the one handled by nimbux
  • Loading branch information
simple-me authored Apr 16, 2024
2 parents b3cd929 + 5172449 commit 0d3ecb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/templates/docker-compose.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ services:
openvpn:
cap_add:
- NET_ADMIN
image: kylemanna/openvpn:2.4
image: public.ecr.aws/n5x5g3h7/nimbux911/dockovpn:2.6.8-config.0.1.0
container_name: openvpn
ports:
- "1194:1194/udp"
restart: always
environment:
- EASYRSA_BATCH=1
volumes:
- ./conf:/etc/openvpn

Expand Down

0 comments on commit 0d3ecb3

Please sign in to comment.