Commit 6f8ce9b8 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Docker : Blocage à la version 13 de postgres pour éviter l'erreur mentionnant "libpq"

parent 8e888f12
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ services:
    working_dir: /var/www/html

  db:
    image: postgres:9
    image: postgres:13
    restart: always
    environment:
      POSTGRES_USER: admin