From 4bb9a7155de480f4f3b58fe6610d6cf04fc6c17e Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Sat, 18 Jun 2022 14:48:14 +1000 Subject: [PATCH] this should point at master, not an old branch --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index f849c266..92aad681 100644 --- a/docker/README.md +++ b/docker/README.md @@ -8,7 +8,7 @@ You should have the following available on the system you are using to set this ## Setup Guide -1. run `bash <(curl -s https://gitlab.com/allianceauth/allianceauth/-/raw/v2.11.x/docker/scripts/download.sh)`. This will download all the files you need to install auth and place them in a directory named `aa-docker`. Feel free to rename/move this folder. +1. run `bash <(curl -s https://gitlab.com/allianceauth/allianceauth/-/raw/master/docker/scripts/download.sh)`. This will download all the files you need to install auth and place them in a directory named `aa-docker`. Feel free to rename/move this folder. 1. run `./scripts/prepare-env.sh` to set up your environment 1. (optional) Change `PROTOCOL` to `http://` if not using SSL in `.env` 1. run `docker-compose --env-file=.env up -d` (NOTE: if this command hangs, follow the instructions [here](https://www.digitalocean.com/community/tutorials/how-to-setup-additional-entropy-for-cloud-servers-using-haveged))