Fixed again a typo

This commit is contained in:
MarcUs7i 2025-03-24 11:35:13 +01:00
parent 7eeaeec06d
commit 0eefaf250a

View file

@ -58,8 +58,8 @@ jobs:
docker pull ghcr.io/marcus7i/marcus7i.net:latest
# Stop and start the container
docker-compose down
docker-compose up -d
docker compose down
docker compose up -d
# Clean up unused images
docker image prune -f