atuin: small fix + newer postgres
parent
ad36788772
commit
b313c246ec
|
@ -17,7 +17,7 @@ services:
|
|||
condition: service_healthy
|
||||
|
||||
db:
|
||||
image: 'postgres:16.4-alpine'
|
||||
image: 'postgres:17.0-alpine'
|
||||
restart: 'always'
|
||||
|
||||
healthcheck:
|
||||
|
@ -30,4 +30,4 @@ services:
|
|||
- POSTGRES_PASSWORD=atuin
|
||||
- POSTGRES_DB=atuin
|
||||
volumes:
|
||||
- 'mnt/data1/atuin-server/postgres:/var/lib/postgresql/data'
|
||||
- '/mnt/data1/atuin-server/postgres:/var/lib/postgresql/data'
|
||||
|
|
Loading…
Reference in New Issue