Merge branch 'hotfix/restart-failure'
This commit is contained in:
commit
44d40b4a34
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "runtipi",
|
"name": "runtipi",
|
||||||
"version": "2.2.0",
|
"version": "2.2.1",
|
||||||
"description": "A homeserver for everyone",
|
"description": "A homeserver for everyone",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"knip": "knip",
|
"knip": "knip",
|
||||||
|
|
|
@ -21,7 +21,7 @@ services:
|
||||||
tipi-db:
|
tipi-db:
|
||||||
container_name: tipi-db
|
container_name: tipi-db
|
||||||
image: postgres:14
|
image: postgres:14
|
||||||
restart: on-failure
|
restart: unless-stopped
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
ports:
|
ports:
|
||||||
- ${POSTGRES_PORT:-5432}:5432
|
- ${POSTGRES_PORT:-5432}:5432
|
||||||
|
|
Loading…
Reference in a new issue