Explorar el Código

docker-compose PostgreSQL 16 (#5661)

https://www.postgresql.org/about/news/postgresql-16-released-2715/
Watch out, there are no auto-updates between major versions
Alexandre Alapetite hace 2 años
padre
commit
86d713478b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Docker/freshrss/docker-compose-db.yml

+ 1 - 1
Docker/freshrss/docker-compose-db.yml

@@ -6,7 +6,7 @@ volumes:
 services:
 
   freshrss-db:
-    image: postgres:15
+    image: postgres:16
     container_name: freshrss-db
     hostname: freshrss-db
     restart: unless-stopped