atuin: small fix + newer postgres
parent
ad36788772
commit
b313c246ec
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue