WikiJS/home/homelab/Updating-Docker.md

16 lines
274 B
Markdown

---
title: Updating Docker
description: How to update Docker Containers
published: true
date: 2024-09-23T01:25:58.517Z
tags:
editor: markdown
dateCreated: 2024-09-23T01:25:58.517Z
---
# Updating
```
docker compose pull
docker compose up -d
docker image prune -af
```