Fix db version

This commit is contained in:
Brieuc Dubois 2023-05-31 19:45:08 +02:00 committed by Bhasher
parent a9402ef093
commit 7677dace65
3 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
0 2 * * * root docker start borg

View File

@ -1,4 +1,4 @@
default_redirection_url: https://portal.bhasher.com
default_redirection_url: https://hub.bhasher.com
theme: dark
server:

View File

@ -1,7 +1,7 @@
services:
postgres:
container_name: postgres
image: postgres:latest
image: postgres:15
restart: unless-stopped
environment:
- POSTGRES_USER=postgres