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
|
theme: dark
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
image: postgres:latest
|
image: postgres:15
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=postgres
|
- POSTGRES_USER=postgres
|
||||||
|
|
Loading…
Reference in New Issue