From eb633d3d846ef756c7f72ab9f0da477c69ed2c09 Mon Sep 17 00:00:00 2001 From: Pasture Pastureson Date: Tue, 25 May 2021 01:20:40 +0000 Subject: [PATCH] Update instructions --- INSTALLATION.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 6ad0af6..547299d 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -10,10 +10,10 @@ Your instance will need [docker](https://docs.docker.com/engine/install/) and [d ## Setup -Download the [docker-compose file](https://github.com/NicolasConstant/BirdsiteLive/blob/master/docker-compose.yml): +Download the [docker-compose file](https://git.gamers.exposed/pasture/BirdsiteLIVE/raw/branch/master/docker-compose.yml): ``` -sudo curl -L https://raw.githubusercontent.com/NicolasConstant/BirdsiteLive/master/docker-compose.yml -o docker-compose.yml +sudo curl -L https://git.gamers.exposed/pasture/BirdsiteLIVE/raw/branch/master/docker-compose.yml -o docker-compose.yml ``` Then edit file: @@ -165,11 +165,11 @@ networks: services: server: - image: nicolasconstant/birdsitelive:latest + image: pasture/birdsitelive:latest [...] db: - image: postgres:9.6 + image: postgres:13 [...] + watchtower: