Skip to content

How to properly update via Docker Compose #8571

Discussion options

You must be logged in to vote

The correct way to fetch an updated image in a docker compose is

docker compose pull
docker compose up -d

This will pull down a new image and then recreate the container with the updated image.

Replies: 1 comment 14 replies

Comment options

NickM-27
Nov 10, 2023
Collaborator Sponsor

You must be logged in to vote
14 replies
@Drizzt321
Comment options

@NickM-27
Comment options

NickM-27 Nov 10, 2023
Collaborator Sponsor

@bitvilag
Comment options

@blakeblackshear
Comment options

Answer selected by blakeblackshear
@FoUStep
Comment options

@blakeblackshear
Comment options

@SoLoR1
Comment options

@hellcry37
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
8 participants