File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ services:
74
74
duckdns:
75
75
image: linuxserver/duckdns
76
76
container_name: duckdns
77
+ environment:
77
78
- TZ=Europe/London
78
79
- SUBDOMAINS=subdomain1,subdomain2
79
80
- TOKEN=token
@@ -112,6 +113,7 @@ Container images are configured using parameters passed at runtime (such as thos
112
113
113
114
## Versions
114
115
116
+ * ** 10.12.18:** - Fix docker compose example.
115
117
* ** 15.10.18:** - Multi-arch image.
116
118
* ** 22.08.18:** - Rebase to alpine 3.8.
117
119
* ** 08.12.17:** - Rebase to alpine 3.7.
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ app_setup_block: |
42
42
43
43
# changelog
44
44
changelogs :
45
+ - { date: "10.12.18:", desc: "Fix docker compose example." }
45
46
- { date: "15.10.18:", desc: "Multi-arch image." }
46
47
- { date: "22.08.18:", desc: "Rebase to alpine 3.8." }
47
48
- { date: "08.12.17:", desc: "Rebase to alpine 3.7." }
You can’t perform that action at this time.
0 commit comments