Skip to content

Commit

Permalink
#237 Savepoint (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored May 26, 2022
1 parent 086deaf commit 7db1ba4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.1] - 2022-05-31

### Changed in 1.11.1

- Move from `yum` to `apt` based installation.

## [1.11.0] - 2022-05-11

### Changed in 1.11.0
Expand Down
6 changes: 3 additions & 3 deletions resources/senzing/docker-compose-senzing-installation.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3'
services:

yum:
container_name: senzing-yum
apt:
container_name: senzing-apt
environment:
SENZING_ACCEPT_EULA: "${SENZING_ACCEPT_EULA:-no}"
image: senzing/yum:${SENZING_DOCKER_IMAGE_VERSION_YUM:-latest}
image: senzing/apt:${SENZING_DOCKER_IMAGE_VERSION_APT:-latest}
networks:
- senzing
restart: on-failure
Expand Down

0 comments on commit 7db1ba4

Please sign in to comment.