Skip to content

Commit

Permalink
Bumped docker and DSM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay committed Aug 29, 2020
1 parent b8423e4 commit d611029
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Detailed background information is available on the author's [personal blog][blo
The project uses [Docker][docker_url], a lightweight virtualization application.

## Prerequisites
*Synology-Docker* runs on a Synology NAS with DSM 6. The script has been tested with a DS918+ running DSM 6.2.3-25426. Other prerequisites are:
*Synology-Docker* runs on a Synology NAS with DSM 6. The script has been tested with a DS918+ running DSM 6.2.3-25426 Update 2. Other prerequisites are:

* **SSH admin access is required** - *Synology-Docker* runs as a shell script on the terminal. You can enable SSH access in DSM under `Control Panel ➡ Terminal & SNMP ➡ Terminal`.

Expand Down
8 changes: 4 additions & 4 deletions syno_docker_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Title : syno_docker_update.sh
# Description : An Unofficial Script to Update or restore Docker Engine and Docker Compose on Synology
# Author : Mark Dumay
# Date : July 4th, 2020
# Version : 1.0.4
# Date : August 29th, 2020
# Version : 1.0.5
# Usage : sudo ./syno_docker_update.sh [OPTIONS] COMMAND
# Repository : https://github.com/markdumay/synology-docker.git
# License : MIT - https://github.com/markdumay/synology-docker/blob/master/LICENSE
Expand All @@ -21,8 +21,8 @@ GREEN='\033[0;32m' # Green color
NC='\033[0m' # No Color
BOLD='\033[1m' #Bold color
DSM_SUPPORTED_VERSION=6
DEFAULT_DOCKER_VERSION='19.03.11'
DEFAULT_COMPOSE_VERSION='1.26.0'
DEFAULT_DOCKER_VERSION='19.03.12'
DEFAULT_COMPOSE_VERSION='1.26.2'
DOWNLOAD_DOCKER=https://download.docker.com/linux/static/stable/x86_64
DOWNLOAD_GITHUB=https://github.com/docker/compose
GITHUB_API_COMPOSE=https://api.github.com/repos/docker/compose/releases/latest
Expand Down

0 comments on commit d611029

Please sign in to comment.