File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.2
66
+ docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml hellstromitltd/do-dyndns:v0.1.3
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.2
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
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.2
5
+ image : hellstromitltd/do-dyndns:v0.1.3
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 @@ -20,4 +20,4 @@ version: 0.1.0
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.2
23
+ appVersion : v0.1.3
You can’t perform that action at this time.
0 commit comments