File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ Start by creating a config.yml file in your current directory. Use the included
63
63
Then run the following command (token in config.yml)
64
64
65
65
```
66
- docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml hellstromitltd/do-dyndns:v0.1.3
66
+ docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml hellstromitltd/do-dyndns:v0.1.4
67
67
```
68
68
69
69
Or this command if you prefer supplying the digitalocean token as an environment variable
70
70
71
71
```
72
- docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml --env DO_TOKEN=<your digitalocean token> hellstromitltd/do-dyndns:v0.1.3
72
+ docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml --env DO_TOKEN=<your digitalocean token> hellstromitltd/do-dyndns:v0.1.4
73
73
```
74
74
75
75
The docker logs for the container will inform you if a domain has changed.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
2
2
3
3
services :
4
4
do-dyndns :
5
- image : hellstromitltd/do-dyndns:v0.1.3
5
+ image : hellstromitltd/do-dyndns:v0.1.4
6
6
container_name : do-dynds
7
7
environment :
8
8
- DO_TOKEN=<your digitalocean token>
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.0
18
+ version : 0.1.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : v0.1.3
23
+ appVersion : v0.1.4
You can’t perform that action at this time.
0 commit comments