1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Fix postgres docker-compose integration to 15

This commit is contained in:
Adria Navarro 2023-10-03 15:26:41 +02:00
parent c84d2449f2
commit 28d5fe37de

View file

@ -2,7 +2,7 @@ version: "3.8"
services:
db:
container_name: postgres
image: postgres
image: postgres:15
restart: unless-stopped
environment:
POSTGRES_USER: root
@ -25,4 +25,4 @@ services:
- "5050:80"
volumes:
pg_data:
pg_data: