Update 'docker-compose.yml'

This commit is contained in:
Pasture Pastureson 2021-05-25 01:20:57 +00:00
parent eb633d3d84
commit 5dfec51f41
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ networks:
services:
server:
image: nicolasconstant/birdsitelive:latest
image: pasture/birdsitelive:latest
restart: always
container_name: birdsitelive
environment:
@ -27,7 +27,7 @@ services:
- db
db:
image: postgres:9.6
image: postgres:13
restart: always
environment:
- POSTGRES_USER=birdsitelive