diff --git a/{{cookiecutter.project_slug}}/local.yml b/{{cookiecutter.project_slug}}/local.yml index 528e59b2c..f46987334 100644 --- a/{{cookiecutter.project_slug}}/local.yml +++ b/{{cookiecutter.project_slug}}/local.yml @@ -29,7 +29,7 @@ services: build: context: . dockerfile: ./compose/production/postgres/Dockerfile - image: {{ cookiecutter.project_slug }}_production_postgres + image: {{ cookiecutter.project_slug }}_local_postgres container_name: postgres volumes: - local_postgres_data:/var/lib/postgresql/data