Skip to content

Commit cbcebce

Browse files
aptalcathelamer
authored andcommitted
fix docker compose example
1 parent dbc8b92 commit cbcebce

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ services:
7474
duckdns:
7575
image: linuxserver/duckdns
7676
container_name: duckdns
77+
environment:
7778
- TZ=Europe/London
7879
- SUBDOMAINS=subdomain1,subdomain2
7980
- TOKEN=token
@@ -112,6 +113,7 @@ Container images are configured using parameters passed at runtime (such as thos
112113

113114
## Versions
114115

116+
* **10.12.18:** - Fix docker compose example.
115117
* **15.10.18:** - Multi-arch image.
116118
* **22.08.18:** - Rebase to alpine 3.8.
117119
* **08.12.17:** - Rebase to alpine 3.7.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ app_setup_block: |
4242
4343
# changelog
4444
changelogs:
45+
- { date: "10.12.18:", desc: "Fix docker compose example." }
4546
- { date: "15.10.18:", desc: "Multi-arch image." }
4647
- { date: "22.08.18:", desc: "Rebase to alpine 3.8." }
4748
- { date: "08.12.17:", desc: "Rebase to alpine 3.7." }

0 commit comments

Comments
 (0)