Skip to content

Commit

Permalink
Merge pull request #140 from FlorianPix/develop
Browse files Browse the repository at this point in the history
set postgres version to 15.4;
  • Loading branch information
FlorianPix authored Sep 25, 2023
2 parents ea07903 + ee0d302 commit b701d94
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 b701d94

Please sign in to comment.