WikiJS/home/homelab/Updating-Docker.md
2025-06-08 22:19:54 +00:00

16 lines
274 B
Markdown

---
title: Updating Docker
description: How to update Docker Containers
published: true
date: 2025-06-06T12:27:26.078Z
tags:
editor: markdown
dateCreated: 2025-06-06T12:27:24.546Z
---
# Updating
```
docker compose pull
docker compose up -d
docker image prune -af
```