docs: add tag to postgres image (#2575)

This commit is contained in:
Jacob Corn 2023-09-26 16:35:23 +02:00 committed by GitHub
parent bb9afd86c1
commit b7a6bff5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ services:
restart: always restart: always
postgres: postgres:
container_name: postgres container_name: postgres
image: postgres image: postgres:15
restart: always restart: always
volumes: volumes:
- ./mealie-pgdata:/var/lib/postgresql/data - ./mealie-pgdata:/var/lib/postgresql/data