Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
Pipeline #14817 passed
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
working_dir: /var/www/html working_dir: /var/www/html
db: db:
image: postgres:9 image: postgres:13
restart: always restart: always
environment: environment:
POSTGRES_USER: admin POSTGRES_USER: admin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment