atuin: small fix + newer postgres

main
Jef Roosens 2024-10-01 14:35:23 +02:00
parent ad36788772
commit b313c246ec
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ services:
condition: service_healthy condition: service_healthy
db: db:
image: 'postgres:16.4-alpine' image: 'postgres:17.0-alpine'
restart: 'always' restart: 'always'
healthcheck: healthcheck:
@ -30,4 +30,4 @@ services:
- POSTGRES_PASSWORD=atuin - POSTGRES_PASSWORD=atuin
- POSTGRES_DB=atuin - POSTGRES_DB=atuin
volumes: volumes:
- 'mnt/data1/atuin-server/postgres:/var/lib/postgresql/data' - '/mnt/data1/atuin-server/postgres:/var/lib/postgresql/data'