Skip to content

Commit

Permalink
Support running image with custom tag
Browse files Browse the repository at this point in the history
Useful for local development.
  • Loading branch information
mook committed Dec 20, 2018
1 parent 425f86a commit e20d288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ exec docker run \
--cap-add=NET_ADMIN \
--publish 127.0.0.1:1081:1080 \
--volume "$(realpath "$1"):/ovpn.conf:ro" \
mook/openvpn-client-socks
mook/openvpn-client-socks:${TAG:-latest}

0 comments on commit e20d288

Please sign in to comment.