Skip to content

Commit

Permalink
Merge pull request #51 from markdumay/develop
Browse files Browse the repository at this point in the history
Update to latest DSM, Docker, and Compose
  • Loading branch information
markdumay authored May 23, 2021
2 parents eb9bd1d + 4c1b982 commit b76cb0b
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 Update 2. 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.4-25556. 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 : December 22nd, 2020
# Version : 1.3.0
# Date : May 23rd, 2021
# Version : 1.3.1
# 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 @@ -20,8 +20,8 @@ readonly RED='\e[31m' # Red color
readonly NC='\e[m' # No color / reset
readonly BOLD='\e[1m' # Bold font
readonly DSM_SUPPORTED_VERSION=6
readonly DEFAULT_DOCKER_VERSION='20.10.1'
readonly DEFAULT_COMPOSE_VERSION='1.27.4'
readonly DEFAULT_DOCKER_VERSION='20.10.6'
readonly DEFAULT_COMPOSE_VERSION='1.29.2'
readonly CPU_ARCH='x86_64'
readonly DOWNLOAD_DOCKER="https://download.docker.com/linux/static/stable/${CPU_ARCH}"
readonly DOWNLOAD_GITHUB='https://github.com/docker/compose'
Expand Down

0 comments on commit b76cb0b

Please sign in to comment.