Merge branch 'hotfix/restart-failure'

This commit is contained in:
Nicolas Meienberger 2023-12-01 09:07:26 +01:00
commit 44d40b4a34
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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