Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: watchdogpolska/small_eod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c5720b0cdf23d0c7f835589958742978fd026d8c
Choose a base ref
..
head repository: watchdogpolska/small_eod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 98cd77d391b59e296ec00e55f7ca99150345dd5b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 docker-compose.yml
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ version: '3.4'
services:
db:
# https://hub.docker.com/_/postgres
image: postgres:12.21-alpine@sha256:07be8dd3666cb91695dad0728eb3b99337f0d283eecc291115b4e7553c2452c6
image: postgres:12.21-alpine@sha256:ab3d275fff0d3848e46d7aa0e535eddca1f1d309a7af05af41e328c3986b51f7
expose:
- "5432"
ports: