Commit 8e888f12 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

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

parent 58d81573
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
    image: postgres:9
    restart: always
    environment:
      POSTGRES_USER: admin