Преглед на файлове

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 преди 2 години
родител
ревизия
86d713478b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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