Update docker-compose.yml
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:18-alpine
|
||||
environment:
|
||||
POSTGRES_USER: imap
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: imapcopier
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
- pgdata:/var/lib/postgresql
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U imap"]
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user