From cd90ff6aa2265cd83cb3eb53adac38cdd02d86e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 24 Jan 2023 13:06:24 +0100 Subject: [PATCH] [doctrine-bundle] make Docker volume name consistent (#1116) --- doctrine/doctrine-bundle/1.12/manifest.json | 4 ++-- doctrine/doctrine-bundle/1.6/manifest.json | 4 ++-- doctrine/doctrine-bundle/2.0/manifest.json | 4 ++-- doctrine/doctrine-bundle/2.3/manifest.json | 4 ++-- doctrine/doctrine-bundle/2.4/manifest.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doctrine/doctrine-bundle/1.12/manifest.json b/doctrine/doctrine-bundle/1.12/manifest.json index c1ee5009..754bce85 100644 --- a/doctrine/doctrine-bundle/1.12/manifest.json +++ b/doctrine/doctrine-bundle/1.12/manifest.json @@ -31,11 +31,11 @@ " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}", " POSTGRES_USER: ${POSTGRES_USER:-app}", " volumes:", - " - db-data:/var/lib/postgresql/data:rw", + " - database_data:/var/lib/postgresql/data:rw", " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], - "volumes": ["db-data:"] + "volumes": ["database_data:"] }, "docker-compose.override.yml": { "services": [ diff --git a/doctrine/doctrine-bundle/1.6/manifest.json b/doctrine/doctrine-bundle/1.6/manifest.json index 34d3cbf3..dca9096b 100644 --- a/doctrine/doctrine-bundle/1.6/manifest.json +++ b/doctrine/doctrine-bundle/1.6/manifest.json @@ -31,11 +31,11 @@ " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}", " POSTGRES_USER: ${POSTGRES_USER:-app}", " volumes:", - " - db-data:/var/lib/postgresql/data:rw", + " - database_data:/var/lib/postgresql/data:rw", " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], - "volumes": ["db-data:"] + "volumes": ["database_data:"] }, "docker-compose.override.yml": { "services": [ diff --git a/doctrine/doctrine-bundle/2.0/manifest.json b/doctrine/doctrine-bundle/2.0/manifest.json index 34d3cbf3..dca9096b 100644 --- a/doctrine/doctrine-bundle/2.0/manifest.json +++ b/doctrine/doctrine-bundle/2.0/manifest.json @@ -31,11 +31,11 @@ " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}", " POSTGRES_USER: ${POSTGRES_USER:-app}", " volumes:", - " - db-data:/var/lib/postgresql/data:rw", + " - database_data:/var/lib/postgresql/data:rw", " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], - "volumes": ["db-data:"] + "volumes": ["database_data:"] }, "docker-compose.override.yml": { "services": [ diff --git a/doctrine/doctrine-bundle/2.3/manifest.json b/doctrine/doctrine-bundle/2.3/manifest.json index 249c4dac..f673cbcf 100644 --- a/doctrine/doctrine-bundle/2.3/manifest.json +++ b/doctrine/doctrine-bundle/2.3/manifest.json @@ -31,11 +31,11 @@ " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}", " POSTGRES_USER: ${POSTGRES_USER:-app}", " volumes:", - " - db-data:/var/lib/postgresql/data:rw", + " - database_data:/var/lib/postgresql/data:rw", " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], - "volumes": ["db-data:"] + "volumes": ["database_data:"] }, "docker-compose.override.yml": { "services": [ diff --git a/doctrine/doctrine-bundle/2.4/manifest.json b/doctrine/doctrine-bundle/2.4/manifest.json index 352fbdbc..472f48f6 100644 --- a/doctrine/doctrine-bundle/2.4/manifest.json +++ b/doctrine/doctrine-bundle/2.4/manifest.json @@ -31,11 +31,11 @@ " POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!}", " POSTGRES_USER: ${POSTGRES_USER:-app}", " volumes:", - " - db-data:/var/lib/postgresql/data:rw", + " - database_data:/var/lib/postgresql/data:rw", " # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data!", " # - ./docker/db/data:/var/lib/postgresql/data:rw" ], - "volumes": ["db-data:"] + "volumes": ["database_data:"] }, "docker-compose.override.yml": { "services": [