From 55fe50916071f5fa96017c972fb193bf5af1d2d6 Mon Sep 17 00:00:00 2001 From: adminbruno Date: Thu, 2 Feb 2023 09:52:14 -0500 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'nc-complete.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nc-complete.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nc-complete.yml b/nc-complete.yml index 4d4b1ff..609f12e 100644 --- a/nc-complete.yml +++ b/nc-complete.yml @@ -28,7 +28,7 @@ services: collabora: image: collabora/code container_name: collabora - hostname: collabora + hostname: collabora network_mode: stacks ports: - 9980:9980 @@ -57,9 +57,9 @@ services: #- POSTGRES_INITDB_ARGS #- POSTGRES_INITDB_WALDIR #- POSTGRES_HOST_AUTH_METHOD - - PGDATA="/var/lib/postgresql/data" # I CANNOT STRESS THE IMPORTANCE OF THIS AND THE VOLUME + #- PGDATA="/var/lib/postgresql/data" # I CANNOT STRESS THE IMPORTANCE OF THIS AND THE VOLUME volumes: - - ./postgres/postgres:/var/lib/postgresql + #- ./postgres/postgres:/var/lib/postgresql - ./postgres/data:/var/lib/postgresql/data # Without EXPLICITLY declaring a Data folder, you risk losing your stuff in the docker_volumes graveyard, or worse pruning, because WOW restart: unless-stopped