Mise à jour de 'nc-complete.yml'

master
adminbruno 3 years ago
parent bec728237d
commit 55fe509160

@ -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

Loading…
Cancel
Save