kemonine
/
lollipopcloud
Archived
1
0
Fork 0

changed ubuntu for debian where applicable to reflect current setup

This commit is contained in:
jmf 2018-10-07 14:50:17 -07:00
parent 208bc139f2
commit 54834a505d
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ Containerized services for easy deployment and updates.
- [https://docs.docker.com/install/](https://docs.docker.com/install/)
- [https://docs.docker.com/install/linux/docker-ce/debian/](https://docs.docker.com/install/linux/docker-ce/debian/)
- [https://docs.docker.com/install/linux/docker-ce/ubuntu/](https://docs.docker.com/install/linux/docker-ce/ubuntu/)
- [https://blog.alexellis.io/get-started-with-docker-on-64-bit-arm/](https://blog.alexellis.io/get-started-with-docker-on-64-bit-arm/)
## Pre Flight Setup

View File

@ -1,4 +1,4 @@
# Syncthing
debian# Syncthing
A very simple way to setup/run Syncthing in a container. This approach will also update to the latest syncthing releases if available.
@ -59,7 +59,7 @@ else
ARCH="arm"
fi
gpg --keyserver keyserver.ubuntu.com --recv-key D26E6ED000654A3E
gpg --keyserver keyserver.debian.com --recv-key D26E6ED000654A3E
mkdir -p /tmp/syncthing
cd /tmp/syncthing
curl -sLO https://github.com/syncthing/syncthing/releases/download/${RELEASE}/syncthing-linux-${ARCH}-${RELEASE}.tar.gz