Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 4abddfd

Browse files
authored
Merge pull request #117 from jdeathe/issue/108
CLOSES #108: Adds missing instruction step to docker-compose example.
2 parents e1e7617 + 78c5c87 commit 4abddfd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Summary of release changes.
1111
- Updates README-short.txt to apply to all image variants.
1212
- Updates Dockerfile `org.deathe.description` metadata LABEL for consistency.
1313
- Fixes binary paths in systemd unit files; missing changes from last release.
14+
- Adds missing instruction step to docker-compose example configuration file.
1415

1516
### 2.2.1 - 2019-03-20
1617

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Ref: https://docs.docker.com/compose/compose-file/
33
#
44
# Setup:
5+
# Copy .env.example to .env and modify values as required.
56
# docker-compose build
67
# docker-compose down
78
#

0 commit comments

Comments
 (0)