diff --git a/README.md b/README.md index b1378428..84f3a20c 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ To update the Docker image, simply pull the new images and rebuild: ```bash docker compose pull -docker compose up --force-recreate +docker compose up --force-recreate -d ``` --- diff --git a/docker-compose.yml b/docker-compose.yml index 185f1d0e..7b51db66 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,4 @@ --- -version: '3' services: umami: image: ghcr.io/umami-software/umami:postgresql-latest