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