From 149cd3a3a34050d761f68e321964fd16c3277bb5 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Fri, 7 Aug 2015 12:12:37 -0700 Subject: [PATCH] systemd: Set upstream image to latest * No longer is the image tagged dev following the merge. --- init/docker-openvpn@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/docker-openvpn@.service b/init/docker-openvpn@.service index f855e94..a601536 100644 --- a/init/docker-openvpn@.service +++ b/init/docker-openvpn@.service @@ -13,7 +13,7 @@ Restart=always #Environment="ARGS=--config openvpn.conf --server-ipv6 2001:db8::/64" Environment="NAME=ovpn-%i" Environment="DATA_VOL=ovpn-data-%i" -Environment="IMG=kylemanna/openvpn:dev" +Environment="IMG=kylemanna/openvpn:latest" Environment="PORT=1194:1194/udp" # To override environment variables, use local configuration directory: