From bc333a21d4a0295f4c1a149c6b306c81d2642244 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 15 Aug 2025 17:37:34 +0200 Subject: [PATCH] Actualiser .env --- .env | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 9e870c7..7b18928 100644 --- a/.env +++ b/.env @@ -1,5 +1,10 @@ -POSTGRES_IMAGE_TAG=postgres:15.6-alpine -POSTGRE_DB_NAME=metabase_db -POSTGRE_DB_USER=metabase_user -POSTGRE_DB_PASSWORD=P@ssword!Here!123456 -POSTGRE_DB_DATA=/var/lib/postgresql/data/guacamole \ No newline at end of file +POSTGRES_IMAGE_TAG=postgres:15.2-alpine + +POSTGRE_DB_NAME=guacamole-db +POSTGRE_DB_USER=guacamole-user +POSTGRE_DB_PASSWORD=P@ssword-Here-123456 +POSTGRE_DB_DATA=/var/lib/postgresql/data/guacamole + +TIMER=Europe/Paris + +GUACAMOLE_VERSION=1.6.0 \ No newline at end of file