Update instructions

This commit is contained in:
Pasture Pastureson 2021-05-25 01:20:40 +00:00
parent 046588689f
commit eb633d3d84
1 changed files with 4 additions and 4 deletions

View File

@ -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: