Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion synkronus-portal/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
services:
# PostgreSQL database
postgres:
image: postgres:17
image: postgres:18
container_name: synkronus-postgres
environment:
POSTGRES_USER: postgres
Expand Down
2 changes: 1 addition & 1 deletion synkronus/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

services:
postgres:
image: postgres:17
image: postgres:18
container_name: synkronus-postgres-dev
environment:
POSTGRES_USER: postgres
Expand Down
2 changes: 1 addition & 1 deletion synkronus/docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:

# PostgreSQL database
postgres:
image: postgres:17
image: postgres:18
environment:
# Root PostgreSQL user and password (used to create application databases)
POSTGRES_USER: postgres
Expand Down