Skip to content

Commit 38d8108

Browse files
authored
Update self host update instructions to warn about old images (windmill-labs#281)
I ran into an issue where I was getting "Invalid Credentials" on the frontend, as the login response was 400: `Sql error: error communicating with database: failed to lookup address information: Name or service not known` Root cause was self hosting on a 30gb disk, running `docker compose up -d` all the time causes the docker cache to build up. Running `docker builder prune` clears these dangling cached images which freed up ~25GB for me.
1 parent 152778b commit 38d8108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/advanced/1_self_host/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ Database volume is persistent, so updating the database image is safe too.
323323
:::tip
324324

325325
It is sufficient to run `docker compose up -d` again if your docker is already running detached, since it will pull the latest `:main` version and restart the containers.
326+
NOTE: The previous images are not removed automatically, you should also run `docker builder prune` to clear old versions.
326327

327328
:::
328329

0 commit comments

Comments
 (0)