1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 04:55:21 +02:00

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