Merge pull request #9 from m0glj/patch-1

Update docker_install.sh
This commit is contained in:
hacknix 2021-06-16 23:20:56 +01:00 committed by GitHub
commit 403957e4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@
echo FreeDMR Docker installer... echo FreeDMR Docker installer...
echo Installing required packages... echo Installing required packages...
apt-get install docker.io && apt install docker.io &&
apt-get install docker-compose && apt install docker-compose &&
apt-get install conntrack && apt install conntrack &&
echo Set userland-proxy to false... echo Set userland-proxy to false...
echo '{ "userland-proxy": false}' > /etc/docker/daemon.json && echo '{ "userland-proxy": false}' > /etc/docker/daemon.json &&