Fix db version
This commit is contained in:
parent
a9402ef093
commit
7677dace65
|
@ -1 +0,0 @@
|
|||
0 2 * * * root docker start borg
|
|
@ -1,4 +1,4 @@
|
|||
default_redirection_url: https://portal.bhasher.com
|
||||
default_redirection_url: https://hub.bhasher.com
|
||||
theme: dark
|
||||
|
||||
server:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
postgres:
|
||||
container_name: postgres
|
||||
image: postgres:latest
|
||||
image: postgres:15
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
|
|
Loading…
Reference in New Issue