Skip to content

Commit

Permalink
set postgres version to 15.4;
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPix committed Sep 25, 2023
1 parent 8e3fbb4 commit ee0d302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mediaAPI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- traefik.http.services.media-api.loadbalancer.server.port=8001

db:
image: postgres
image: postgres:15.4
restart: always
environment:
- POSTGRES_USER=cd-media
Expand Down

0 comments on commit ee0d302

Please sign in to comment.