diff --git a/compose.yaml b/compose.yaml index 8e1e47e..34687ff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,7 @@ services: postgres: container_name: peertube-db - image: postgres:16-alpine + image: postgres:17-alpine restart: always env_file: - stack.env