docker error

··• docker compose up -d Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. >>>> Executing external compose provider "/usr/bin/podman-compose". Please see podman-compose(1) for how to disable this message. <<<< Error: creating container storage: the container name "immich_machine_learning" is already in use by 08882aaede783a3d235469063940bcba2bf0420c6de8a68052671ef089eca732. You have to remove that container to be able to reuse that name: that name is already in use, or use --replace to instruct Podman to do so. immich_machine_learning Error: creating container storage: the container name "immich_redis" is already in use by 62a9880a024b0d9badfe675ef4199f657febfa94e5b06178e70d94e8521cdc57. You have to remove that container to be able to reuse that name: that name is already in use, or use --replace to instruct Podman to do so. immich_redis Error: creating container storage: the container name "immich_postgres" is already in use by c3fed74f43344d4f5372cafd1a7e2fe3803ad4f803bcd34087dec44138d32b1d. You have to remove that container to be able to reuse that name: that name is already in use, or use --replace to instruct Podman to do so. immich_postgres Error: creating container storage: the container name "immich_server" is already in use by a53591be1ec9ae14bb785124a45b3b4e169e713eb694ffcae4b64478598a7eca. You have to remove that container to be able to reuse that name: that name is already in use, or use --replace to instruct Podman to do so. immich_server Error: executing /usr/bin/podman-compose up -d: exit status 12
3 Replies
Immich
Immich5w ago
:wave: Hey @Evil fucking cat, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :blue_square: verified I'm on the latest release(note that mobile app releases may take some time). 2. :blue_square: read applicable release notes. 3. :blue_square: reviewed the FAQs for known issues. 4. :blue_square: reviewed Github for known issues. 5. :blue_square: tried accessing Immich via local ip (without a custom reverse proxy). 6. :blue_square: uploaded the relevant information (see below). 7. :blue_square: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed.
Catruption
CatruptionOP5w ago
i don't know anything about docker i just wanted to sort my files... ··• docker ps -a Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 08882aaede78 ghcr.io/immich-app/immich-machine-learning:release python -m immich_... 4 minutes ago Up 4 minutes immich_machine_learning 62a9880a024b docker.io/valkey/valkey@sha256:a137a2b60aca1a75130022d6bb96af423fefae4eb55faf395732db3544803280 valkey-server 4 minutes ago Up 4 minutes (healthy) 6379/tcp immich_redis c3fed74f4334 ghcr.io/immich-app/postgres@sha256:32324a2f41df5de9efe1af166b7008c3f55646f8d0e00d9550c16c9822366b4a postgres -c confi... 4 minutes ago Up 4 minutes 5432/tcp immich_postgres a53591be1ec9 ghcr.io/immich-app/immich-server:release start.sh 3 minutes ago Up 3 minutes 0.0.0.0:2283->2283/tcp immich_server
F4mouZSt4r
F4mouZSt4r5w ago
@Evil fucking cat The Containers have been created and are running, so whats the problem?

Did you find this page helpful?