diff --git a/compose.yaml b/compose.yaml index 4d2f727..35ac1f9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,7 @@ services: postgres: container_name: peertube-db - image: postgres:15-alpine + image: postgres:16-alpine restart: always env_file: - stack.env