diff --git a/docker-compose.yml b/docker-compose.yml index 869e64d207..55d88a66c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: postgres: image: postgres:13 ports: - - "5451:5432" # expose pg on port 5451 to not collide with pg from elswhere + - "5450:5432" # expose pg on port 5450 to not collide with pg from elswhere restart: always volumes: - db_data:/var/lib/postgresql/data