[BUG] Creates new docker volumes #324

Closed
opened 2026-02-04 19:38:35 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @piraterx on GitHub (Sep 21, 2022).

Every time, I run

docker compose down
&
docker compose up -d

it creates new docker volume. - https://imgur.com/ioB46m0

Is it desired process or am I missing something.

Thanks.

Originally created by @piraterx on GitHub (Sep 21, 2022). Every time, I run docker compose down & docker compose up -d it creates new docker volume. - https://imgur.com/ioB46m0 Is it desired process or am I missing something. Thanks.
Author
Owner

@zackpollard commented on GitHub (Sep 22, 2022):

This is standard docker behaviour. docker compose down stops and removes the container. When you run the up command it will create new containers along with new volumes. The postgres volume is a named volume and so will be re-used each time.

@zackpollard commented on GitHub (Sep 22, 2022): This is standard docker behaviour. `docker compose down` stops and removes the container. When you run the up command it will create new containers along with new volumes. The postgres volume is a named volume and so will be re-used each time.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#324