[DiscordArchive] So you would just advise me to run with `docker compose up -d --build` even with Swarm mode?
[DiscordArchive] So you would just advise me to run with `docker compose up -d --build` even with Swarm mode?
Archived author: Dakeiz • Posted: 2024-06-03T17:32:58.328000+00:00
Original source
So you would just advise me to run with `docker compose up -d --build` even with Swarm mode?
Archived author: mynameismeat • Posted: 2024-06-03T18:03:09.367000+00:00
Original source
That's correct. As long as you set `DOCKER_IMAGE_TAG`, you can just run `docker compose build` and that will build the images. That will just build the images as specified in the compose file.