1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-29 07:38:02 +02:00

Update README.md

Signed-off-by: Julien Boyer <julien@larevolution.re>
Signed-off-by: sitarane <julien@larevolution.re>
This commit is contained in:
Julien Boyer 2023-08-01 20:30:57 +02:00 committed by sitarane
parent 8e2397a1ed
commit 667b76fea3

View file

@ -90,7 +90,7 @@ volumes:
services: services:
db: db:
image: postgres:15 image: postgres
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data
env_file: .env env_file: .env