Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into testing
  • Loading branch information
tmknight committed Dec 15, 2022
2 parents e28b62d + e2c37cf commit 141c3a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: GitHub Package

on:
workflow_dispatch:
schedule:
- cron: '00 23 * * *'
# schedule:
# - cron: '00 23 * * *'
release:
types: [published]
push:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- markdownlint-disable MD041 -->
[![GitHubPackage][GitHubPackageBadge]][GitHubLink]
[![GitHubPackage][GitHubPackageBadge]][GitHubPackageLink]
[![DockerPublishing][DockerPublishingBadge]][DockerLink]
[![DockerSize][DockerSizeBadge]][DockerLink]
[![DockerPulls][DockerPullsBadge]][DockerLink]
Expand All @@ -21,7 +21,7 @@ Examples of use:

Docker Hub repository:

- <https://hub.docker.com/repository/docker/tmknight88/nordvpn>
- <https://hub.docker.com/r/tmknight88/nordvpn>

# Requirements

Expand Down Expand Up @@ -85,6 +85,7 @@ This project is independently developed for personal use; there is no affiliatio

[GitHubPackageBadge]: https://github.com/tmknight/docker-nordvpn/actions/workflows/github-package.yml/badge.svg
[GitHubLink]: https://github.com/tmknight/docker-nordvpn
[GitHubPackageLink]: https://github.com/tmknight/docker-nordvpn/pkgs/container/nordvpn
[DockerPublishingBadge]: https://github.com/tmknight/docker-nordvpn/actions/workflows/docker-publish.yml/badge.svg
[DockerPullsBadge]: https://badgen.net/docker/pulls/tmknight88/nordvpn?icon=docker&label=Docker+Pulls&labelColor=black&color=green
[DockerSizeBadge]: https://badgen.net/docker/size/tmknight88/nordvpn?icon=docker&label=Docker+Size&labelColor=black&color=green
Expand Down
6 changes: 3 additions & 3 deletions nordvpn_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ services:
mem_limit: 128m
memswap_limit: 128m
env_file: ./nord.env
environment: # Review https://github.com/tmknight/nordvpn#environment-variables
CHECK_CONNECTION_INTERVAL: 300
KILLSWITCH: true
environment: # Review https://github.com/tmknight/docker-nordvpn#environment-variables
CHECK_CONNECTION_INTERVAL: 120
BYPASS_LIST: iconfig.co,whatsmyip.com
ports:
- 8888:8118
sysctls:
Expand Down

0 comments on commit 141c3a6

Please sign in to comment.