mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-06 10:25:18 -05:00
docs: add tag to postgres image (#2575)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user