Mise à jour de 'nc-complete.yml'

master
adminbruno 3 years ago
parent bec728237d
commit 55fe509160

@ -28,7 +28,7 @@ services:
collabora: collabora:
image: collabora/code image: collabora/code
container_name: collabora container_name: collabora
hostname: collabora hostname: collabora
network_mode: stacks network_mode: stacks
ports: ports:
- 9980:9980 - 9980:9980
@ -57,9 +57,9 @@ services:
#- POSTGRES_INITDB_ARGS #- POSTGRES_INITDB_ARGS
#- POSTGRES_INITDB_WALDIR #- POSTGRES_INITDB_WALDIR
#- POSTGRES_HOST_AUTH_METHOD #- 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: 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 - ./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 restart: unless-stopped

Loading…
Cancel
Save