Update docker-compose.yaml to use PostgreSQL version 17.5-alpine, ensuring compatibility with the latest features and improvements.
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
|||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
postgres:
|
postgres:
|
||||||
restart: always
|
restart: always
|
||||||
image: "postgres:15.1-alpine"
|
image: "postgres:17.5-alpine"
|
||||||
container_name: phoenixDB # Hostname
|
container_name: phoenixDB # Hostname
|
||||||
# logging:
|
# logging:
|
||||||
# driver: loki
|
# driver: loki
|
||||||
|
|||||||
Reference in New Issue
Block a user