20 lines
329 B
Markdown
20 lines
329 B
Markdown
## Verwendung
|
|
|
|
## Plugins
|
|
|
|
### docker compose
|
|
|
|
Build updated image
|
|
```shell
|
|
docker compose build
|
|
```
|
|
|
|
Build and restart
|
|
```shell
|
|
docker compose up -d --build
|
|
```
|
|
|
|
## Links
|
|
- https://tcude.net/updating-container-with-docker-compose/
|
|
- https://stackoverflow.com/questions/49316462/how-to-update-existing-images-with-docker-compose
|