update postgres

This commit is contained in:
kev 2021-08-24 14:53:36 +08:00
parent 9de3153cd1
commit b47ca6fb2a
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
postgres:
image: easypi/postgres-arm
image: arm32v7/postgres:13-alpine
ports:
- "5432:5432"
volumes:
- ./data:/var/lib/postgresql/data
environment:
- POSTGRES_USER=root
- POSTGRES_PASSWORD=root
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=postgres
restart: always
restart: unless-stopped

View File

@ -1,5 +1,5 @@
postgres:
image: postgres:alpine
image: postgres:13-alpine
ports:
- "5432:5432"
volumes: