Update instructions
This commit is contained in:
parent
046588689f
commit
eb633d3d84
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue